aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorRichard M. Stallman1999-05-24 09:03:05 +0000
committerRichard M. Stallman1999-05-24 09:03:05 +0000
commit940daec19b586319a0c223742bd3330d06b8195f (patch)
tree3dcbe619636812667ae92d19871b6ab4bc394b11 /src/buffer.c
parent928aedd8b487bb4658d6c2c29fba4f02e617d6f4 (diff)
downloademacs-940daec19b586319a0c223742bd3330d06b8195f.tar.gz
emacs-940daec19b586319a0c223742bd3330d06b8195f.zip
(syms_of_buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 9c9653910b1..12468677d4c 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -4245,10 +4245,16 @@ See also variable `default-enable-multibyte-characters' and Info node\n\
4245 DEFVAR_PER_BUFFER ("buffer-file-coding-system", 4245 DEFVAR_PER_BUFFER ("buffer-file-coding-system",
4246 &current_buffer->buffer_file_coding_system, Qnil, 4246 &current_buffer->buffer_file_coding_system, Qnil,
4247 "Coding system to be used for encoding the buffer contents on saving.\n\ 4247 "Coding system to be used for encoding the buffer contents on saving.\n\
4248If it is nil, the buffer is saved without any code conversion unless\n\ 4248This variable applies to saving the buffer, and also to `write-region'\n\
4249some coding system is specified in `file-coding-system-alist'\n\ 4249and other functions that use `write-region'.\n\
4250It does not apply to sending output to subprocesses, however.\n\
4251\n\
4252If this is nil, the buffer is saved without any code conversion\n\
4253unless some coding system is specified in `file-coding-system-alist'\n\
4250for the buffer file.\n\ 4254for the buffer file.\n\
4251\n\ 4255\n\
4256The variable `coding-system-for-write', if non-nil, overrides this variable.\n\
4257\n\
4252This variable is never applied to a way of decoding\n\ 4258This variable is never applied to a way of decoding\n\
4253a file while reading it."); 4259a file while reading it.");
4254 4260