diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-10-07 10:03:24 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-10-07 10:03:24 -0700 |
commit | 41ec903a1c8c01c516463795c1053770f47f8877 (patch) | |
tree | a925c2b683ea329806797c5731974162346fab49 /src/buffer.c | |
parent | eb106a49bfc8da14c7a6ea866361c1b2d972a754 (diff) | |
parent | 84e8e185cdabbe547cb2b724c2ca1014a73efcfc (diff) | |
download | emacs-41ec903a1c8c01c516463795c1053770f47f8877.tar.gz emacs-41ec903a1c8c01c516463795c1053770f47f8877.tar.bz2 emacs-41ec903a1c8c01c516463795c1053770f47f8877.zip |
Merge from trunk.
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", |