aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
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 &current_buffer->enable_multibyte_characters, Qnil, 3923 &current_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\
3925of characters, not a binary code. This affects the display, file I/O,\n\ 3925of characters, not a binary code. This affects the display, file I/O,\n\
3926and behaviors of various editing commands."); 3926and behaviors of various editing commands.");
3927 3927