From: Romain Francoise Date: Sat, 10 Sep 2005 20:05:02 +0000 (+0000) Subject: (init_buffer): Fix typos. X-Git-Tag: emacs-pretest-22.0.90~7167 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f9962371041b25c0772a35b0fcbfd313bcffdb87;p=emacs.git (init_buffer): Fix typos. --- diff --git a/src/ChangeLog b/src/ChangeLog index f47e48c812d..e3fb1e07ab8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,7 +1,7 @@ 2005-09-10 Romain Francoise * buffer.c (init_buffer): Grow buffer to add directory separator - and terminal zero. + and terminal zero. Fix typos. 2005-09-10 Eli Zaretskii diff --git a/src/buffer.c b/src/buffer.c index e2805a3d1c2..fb1ff1c22e9 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5153,7 +5153,7 @@ init_buffer () 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