diff options
| author | Eli Zaretskii | 2002-03-02 11:57:50 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-03-02 11:57:50 +0000 |
| commit | 31a6cb0651751d8f208cb56bc0f33e7e5510bd9f (patch) | |
| tree | 4d7226d384bc25bbaf43c84b6dead87bfc159b2f /src/buffer.c | |
| parent | e96c5c69c2b117db432f1adb8929754777e628cf (diff) | |
| download | emacs-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.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. */); |