From: Richard M. Stallman Date: Sun, 29 Jun 1997 03:49:57 +0000 (+0000) Subject: (syms_of_buffer): enable-multibyte-characters is a user var. X-Git-Tag: emacs-20.1~1451 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c807f76783251bfbccd94a79690802da384bf330;p=emacs.git (syms_of_buffer): enable-multibyte-characters is a user var. --- 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.");