From 31a6cb0651751d8f208cb56bc0f33e7e5510bd9f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 2 Mar 2002 11:57:50 +0000 Subject: [PATCH] (syms_of_buffer) : Doc fix. --- src/ChangeLog | 4 ++++ src/buffer.c | 3 +++ 2 files changed, 7 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index afd17cfcd9..5fa11141b5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-03-02 Eli Zaretskii + + * buffer.c (syms_of_buffer) : Doc fix. + 2002-03-02 Kim F. Storm * window.c (Fminibuffer_selected_window): New function. diff --git a/src/buffer.c b/src/buffer.c index 49f8f34601..8cd8de487c 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -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. */); -- 2.20.1