]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_buffer): Don't make
authorKenichi Handa <handa@m17n.org>
Wed, 16 Jun 1999 02:33:32 +0000 (02:33 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 16 Jun 1999 02:33:32 +0000 (02:33 +0000)
enable-multibyte-characters customizable.

src/buffer.c

index 12468677d4cd4bd0a15fdc0f60a66810919e1db9..cdf6d4a719049ca420187b4af4f3f871d61076cc 100644 (file)
@@ -4232,7 +4232,7 @@ in the current display table (if there is one).");
   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\