diff src/buffer.c @ 18495:9b000e52acb3

(syms_of_buffer): enable-multibyte-characters is a user var.
author Richard M. Stallman <rms@gnu.org>
date Sun, 29 Jun 1997 03:49:57 +0000
parents d6e8b92585e9
children e0d1b341124c
line wrap: on
line diff
--- a/src/buffer.c	Sun Jun 29 03:39:02 1997 +0000
+++ b/src/buffer.c	Sun Jun 29 03:49:57 1997 +0000
@@ -3921,7 +3921,7 @@
 
   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.");