diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 29ad36a81c6..78326a99ecf 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -4197,7 +4197,7 @@ and behaviors of various editing commands."); | |||
| 4197 | ¤t_buffer->buffer_file_coding_system, Qnil, | 4197 | ¤t_buffer->buffer_file_coding_system, Qnil, |
| 4198 | "Coding system to be used for encoding the buffer contents on saving.\n\ | 4198 | "Coding system to be used for encoding the buffer contents on saving.\n\ |
| 4199 | If it is nil, the buffer is saved without any code conversion unless\n\ | 4199 | If it is nil, the buffer is saved without any code conversion unless\n\ |
| 4200 | some coding system is specified in file-coding-system-alist\n\ | 4200 | some coding system is specified in `file-coding-system-alist'\n\ |
| 4201 | for the buffer file.\n\ | 4201 | for the buffer file.\n\ |
| 4202 | \n\ | 4202 | \n\ |
| 4203 | This variable is never applied to a way of decoding\n\ | 4203 | This variable is never applied to a way of decoding\n\ |