Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
53fe786d
Commit
53fe786d
authored
Feb 26, 1999
by
Richard M. Stallman
Browse files
(syms_of_buffer): Doc fix for enable-multibyte-characters.
parent
f58790da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
src/buffer.c
src/buffer.c
+10
-4
No files found.
src/buffer.c
View file @
53fe786d
/* Buffer manipulation primitives for GNU Emacs.
Copyright (C) 1985,
1986, 1987, 1988, 1989, 1993, 1994, 1995, 1997
, 199
8
Copyright (C) 1985,
86,87,88,89,93,94,95,97,98
, 199
9
Free Software Foundation, Inc.
This file is part of GNU Emacs.
...
...
@@ -4090,12 +4090,12 @@ This is the same as (default-value 'ctl-arrow).");
DEFVAR_LISP_NOPRO ("default-enable-multibyte-characters",
&buffer_defaults.enable_multibyte_characters,
"Default value of `enable-multibyte-characters' for buffers not overriding it.\n\
This is the same as (default-value 'enable-multibyte-characters)."
);
This is the same as (default-value 'enable-multibyte-characters).");
DEFVAR_LISP_NOPRO ("default-buffer-file-coding-system",
&buffer_defaults.buffer_file_coding_system,
"Default value of `buffer-file-coding-system' for buffers not overriding it.\n\
This is the same as (default-value 'buffer-file-coding-system)."
);
This is the same as (default-value 'buffer-file-coding-system).");
DEFVAR_LISP_NOPRO ("default-truncate-lines",
&buffer_defaults.truncate_lines,
...
...
@@ -4222,7 +4222,13 @@ in the current display table (if there is one).");
make_number (-1),
"*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."
);
file I/O and the behavior of various editing commands.\n\
\n\
This variable is buffer-local but you cannot set it directly;\n\
use the function `set-buffer-multibyte' to change a buffer's representation.\n\
Changing its default value with `setq-default' is supported.\n\
See also variable `default-enable-multibyte-characters' and Info node\n\
`(elisp)Text Representations'.");
DEFVAR_PER_BUFFER ("buffer-file-coding-system",
¤t_buffer->buffer_file_coding_system, Qnil,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment