aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
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. */);