aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorEli Zaretskii2002-03-02 11:57:50 +0000
committerEli Zaretskii2002-03-02 11:57:50 +0000
commit31a6cb0651751d8f208cb56bc0f33e7e5510bd9f (patch)
tree4d7226d384bc25bbaf43c84b6dead87bfc159b2f /src/buffer.c
parente96c5c69c2b117db432f1adb8929754777e628cf (diff)
downloademacs-31a6cb0651751d8f208cb56bc0f33e7e5510bd9f.tar.gz
emacs-31a6cb0651751d8f208cb56bc0f33e7e5510bd9f.zip
(syms_of_buffer) <buffer-file-coding-system>: Doc fix.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 49f8f346012..8cd8de487c2 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
5279unless some coding system is specified in `file-coding-system-alist' 5279unless some coding system is specified in `file-coding-system-alist'
5280for the buffer file. 5280for the buffer file.
5281 5281
5282If the text to be saved cannot be encoded as specified by this variable,
5283an alternative encoding is selected by `select-safe-coding-system', which see.
5284
5282The variable `coding-system-for-write', if non-nil, overrides this variable. 5285The variable `coding-system-for-write', if non-nil, overrides this variable.
5283 5286
5284This variable is never applied to a way of decoding a file while reading it. */); 5287This variable is never applied to a way of decoding a file while reading it. */);