summaryrefslogtreecommitdiff
path: root/src/buffer.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-06-29 03:49:57 +0000
committerRichard M. Stallman <rms@gnu.org>1997-06-29 03:49:57 +0000
commitc807f76783251bfbccd94a79690802da384bf330 (patch)
treef064ab29e402f7616b952fafa7d9f68f50c26e51 /src/buffer.c
parent02e083117f7ecb7bf0bdfc0042dc4a9988fcf9f6 (diff)
downloademacs-c807f76783251bfbccd94a79690802da384bf330.tar.gz
(syms_of_buffer): enable-multibyte-characters is a user var.
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).");
DEFVAR_PER_BUFFER ("enable-multibyte-characters",
&current_buffer->enable_multibyte_characters, Qnil,
- "Non-nil means the buffer contents are regarded as multi-byte form\n\
+ "*Non-nil means the buffer contents are regarded as multi-byte form\n\
of characters, not a binary code. This affects the display, file I/O,\n\
and behaviors of various editing commands.");