diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 3 |
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 | |||
| 5279 | unless some coding system is specified in `file-coding-system-alist' | 5279 | unless some coding system is specified in `file-coding-system-alist' |
| 5280 | for the buffer file. | 5280 | for the buffer file. |
| 5281 | 5281 | ||
| 5282 | If the text to be saved cannot be encoded as specified by this variable, | ||
| 5283 | an alternative encoding is selected by `select-safe-coding-system', which see. | ||
| 5284 | |||
| 5282 | The variable `coding-system-for-write', if non-nil, overrides this variable. | 5285 | The variable `coding-system-for-write', if non-nil, overrides this variable. |
| 5283 | 5286 | ||
| 5284 | This variable is never applied to a way of decoding a file while reading it. */); | 5287 | This variable is never applied to a way of decoding a file while reading it. */); |