Mercurial > emacs
diff src/buffer.c @ 65439:1ffe6d4d0fc4
(init_buffer): Fix typos.
| author | Romain Francoise <romain@orebokech.com> |
|---|---|
| date | Sat, 10 Sep 2005 20:05:02 +0000 |
| parents | 170f43effa81 |
| children | 7e251d472f1c de684325b343 10fe5fadaf89 |
line wrap: on
line diff
--- a/src/buffer.c Sat Sep 10 19:55:28 2005 +0000 +++ b/src/buffer.c Sat Sep 10 20:05:02 2005 +0000 @@ -5153,7 +5153,7 @@ current_buffer->directory = make_unibyte_string (pwd, strlen (pwd)); if (! NILP (buffer_defaults.enable_multibyte_characters)) - /* At this momemnt, we still don't know how to decode the + /* At this moment, we still don't know how to decode the directory name. So, we keep the bytes in multibyte form so that ENCODE_FILE correctly gets the original bytes. */ current_buffer->directory
