aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 6e3412c3d05..c6f9eb28e25 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5620,6 +5620,8 @@ file I/O and the behavior of various editing commands.
5620 5620
5621This variable is buffer-local but you cannot set it directly; 5621This variable is buffer-local but you cannot set it directly;
5622use the function `set-buffer-multibyte' to change a buffer's representation. 5622use the function `set-buffer-multibyte' to change a buffer's representation.
5623To prevent any attempts to set it or make it buffer-local, Emacs will
5624signal an error in those cases.
5623See also Info node `(elisp)Text Representations'. */); 5625See also Info node `(elisp)Text Representations'. */);
5624 make_symbol_constant (intern_c_string ("enable-multibyte-characters")); 5626 make_symbol_constant (intern_c_string ("enable-multibyte-characters"));
5625 5627