changeset 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 c64480c04c07
children dd3b72558628
files src/buffer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.");