diff options
| author | Romain Francoise <romain@orebokech.com> | 2005-09-10 20:05:02 +0000 |
|---|---|---|
| committer | Romain Francoise <romain@orebokech.com> | 2005-09-10 20:05:02 +0000 |
| commit | f9962371041b25c0772a35b0fcbfd313bcffdb87 (patch) | |
| tree | 5a187aa9c836fb4d3ffcbd3483f105c102d5c60e /src/buffer.c | |
| parent | 156bdb41309e1a8311190c3c92d8da4548d1e604 (diff) | |
(init_buffer): Fix typos.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
