diff options
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 c155ec172c9..426e830ff3b 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -3921,7 +3921,7 @@ in the current display table (if there is one)."); | |||
| 3921 | 3921 | ||
| 3922 | DEFVAR_PER_BUFFER ("enable-multibyte-characters", | 3922 | DEFVAR_PER_BUFFER ("enable-multibyte-characters", |
| 3923 | ¤t_buffer->enable_multibyte_characters, Qnil, | 3923 | ¤t_buffer->enable_multibyte_characters, Qnil, |
| 3924 | "Non-nil means the buffer contents are regarded as multi-byte form\n\ | 3924 | "*Non-nil means the buffer contents are regarded as multi-byte form\n\ |
| 3925 | of characters, not a binary code. This affects the display, file I/O,\n\ | 3925 | of characters, not a binary code. This affects the display, file I/O,\n\ |
| 3926 | and behaviors of various editing commands."); | 3926 | and behaviors of various editing commands."); |
| 3927 | 3927 | ||