(syms_of_buffer) <buffer-file-coding-system>: Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 2 Mar 2002 11:57:50 +0000 (11:57 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 Mar 2002 11:57:50 +0000 (11:57 +0000)
src/ChangeLog
src/buffer.c

index afd17cf..5fa1114 100644 (file)
@@ -1,3 +1,7 @@
+2002-03-02  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * buffer.c (syms_of_buffer) <buffer-file-coding-system>: Doc fix.
+
 2002-03-02  Kim F. Storm  <storm@cua.dk>
 
        * window.c (Fminibuffer_selected_window): New function.
index 49f8f34..8cd8de4 100644 (file)
@@ -5279,6 +5279,9 @@ If this is nil, the buffer is saved without any code conversion
 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.  */);