diff options
Diffstat (limited to 'src/buffer.c')
-rw-r--r-- | src/buffer.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/buffer.c b/src/buffer.c index 3f278eb807b..fec633371fc 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5447,9 +5447,7 @@ file I/O and the behavior of various editing commands. This variable is buffer-local but you cannot set it directly; use the function `set-buffer-multibyte' to change a buffer's representation. -Changing its default value with `setq-default' is supported. -See also variable `default-enable-multibyte-characters' and Info node -`(elisp)Text Representations'. */); +See also Info node `(elisp)Text Representations'. */); XSYMBOL (intern_c_string ("enable-multibyte-characters"))->constant = 1; DEFVAR_PER_BUFFER ("buffer-file-coding-system", |