diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-06-29 03:49:57 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-06-29 03:49:57 +0000 |
commit | da9be820bec47af6537c4fcf8d4834f530dc8ff2 (patch) | |
tree | cfd208d7be359d2c3dbeab455a1d730090daea4b /src/buffer.c | |
parent | fa8f7e2cce9e4762aed03eda6f33c50adce69164 (diff) | |
download | emacs-da9be820bec47af6537c4fcf8d4834f530dc8ff2.tar.gz |
(syms_of_buffer): enable-multibyte-characters is a user var.
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)."); DEFVAR_PER_BUFFER ("enable-multibyte-characters", ¤t_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."); |