From: Kenichi Handa Date: Wed, 16 Jun 1999 02:33:32 +0000 (+0000) Subject: (syms_of_buffer): Don't make X-Git-Tag: emacs-20.4~96 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=36bb26f75827863cd85e1309bee4f8e68dd2c18d;p=emacs.git (syms_of_buffer): Don't make enable-multibyte-characters customizable. --- diff --git a/src/buffer.c b/src/buffer.c index 12468677d4c..cdf6d4a7190 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -4232,7 +4232,7 @@ in the current display table (if there is one)."); DEFVAR_PER_BUFFER ("enable-multibyte-characters", ¤t_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\