mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
(syms_of_buffer): enable-multibyte-characters is a user var.
This commit is contained in:
parent
02e083117f
commit
c807f76783
1 changed files with 1 additions and 1 deletions
|
|
@ -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.");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue