changeset 43630:a4789f07d85d

(syms_of_buffer) <buffer-file-coding-system>: Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 02 Mar 2002 11:54:50 +0000
parents e21744d59056
children fc6635cc6be1
files src/buffer.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.c	Sat Mar 02 11:14:03 2002 +0000
+++ b/src/buffer.c	Sat Mar 02 11:54:50 2002 +0000
@@ -5279,6 +5279,9 @@
 unless some coding system is specified in `file-coding-system-alist'
 for the buffer file.
 
+If the text to be saved cannot be encoded as specified by this variable,
+an alternative encoding is selected by `select-safe-coding-system', which see.
+
 The variable `coding-system-for-write', if non-nil, overrides this variable.
 
 This variable is never applied to a way of decoding a file while reading it.  */);