changeset 24767:8f4601c1e4e5

(syms_of_buffer): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 24 May 1999 09:03:05 +0000
parents c15dcedcb81c
children 0895c669be5e
files src/buffer.c
diffstat 1 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Mon May 24 09:02:41 1999 +0000
+++ b/src/buffer.c	Mon May 24 09:03:05 1999 +0000
@@ -4245,10 +4245,16 @@
   DEFVAR_PER_BUFFER ("buffer-file-coding-system",
 		     &current_buffer->buffer_file_coding_system, Qnil,
     "Coding system to be used for encoding the buffer contents on saving.\n\
-If it is nil, the buffer is saved without any code conversion unless\n\
-some coding system is specified in `file-coding-system-alist'\n\
+This variable applies to saving the buffer, and also to `write-region'\n\
+and other functions that use `write-region'.\n\
+It does not apply to sending output to subprocesses, however.\n\
+\n\
+If this is nil, the buffer is saved without any code conversion\n\
+unless some coding system is specified in `file-coding-system-alist'\n\
 for the buffer file.\n\
 \n\
+The variable `coding-system-for-write', if non-nil, overrides this variable.\n\
+\n\
 This variable is never applied to a way of decoding\n\
 a file while reading it.");