changeset 24853:0fc260dce9cd

(syms_of_buffer): Don't make enable-multibyte-characters customizable.
author Kenichi Handa <handa@m17n.org>
date Wed, 16 Jun 1999 02:33:32 +0000
parents fb28ec3f61c7
children 2f2786f7d960
files src/buffer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Tue Jun 15 17:40:09 1999 +0000
+++ b/src/buffer.c	Wed Jun 16 02:33:32 1999 +0000
@@ -4232,7 +4232,7 @@
   DEFVAR_PER_BUFFER ("enable-multibyte-characters",
 		     &current_buffer->enable_multibyte_characters,
 		     make_number (-1),
-    "*Non-nil means the buffer contents are regarded as multi-byte characters.\n\
+    "Non-nil means the buffer contents are regarded as multi-byte characters.\n\
 Otherwise they are regarded as unibyte.  This affects the display,\n\
 file I/O and the behavior of various editing commands.\n\
 \n\