From 36bb26f75827863cd85e1309bee4f8e68dd2c18d Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 16 Jun 1999 02:33:32 +0000 Subject: [PATCH] (syms_of_buffer): Don't make enable-multibyte-characters customizable. --- src/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\ -- 2.39.2