aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1997-06-29 03:49:57 +0000
committerRichard M. Stallman1997-06-29 03:49:57 +0000
commitc807f76783251bfbccd94a79690802da384bf330 (patch)
treef064ab29e402f7616b952fafa7d9f68f50c26e51 /src
parent02e083117f7ecb7bf0bdfc0042dc4a9988fcf9f6 (diff)
downloademacs-c807f76783251bfbccd94a79690802da384bf330.tar.gz
emacs-c807f76783251bfbccd94a79690802da384bf330.zip
(syms_of_buffer): enable-multibyte-characters is a user var.
Diffstat (limited to 'src')
-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