diff options
| author | Richard M. Stallman | 1998-05-07 04:02:36 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-05-07 04:02:36 +0000 |
| commit | 6c0316aea2851dc6c1316b9043c7a1f3ca0e130d (patch) | |
| tree | 702234e1f4490664ca5c7c56a58ae121407df73c /src/buffer.c | |
| parent | 11f7f688b4c5d46010a64c326ec799f5c74bb5e0 (diff) | |
| download | emacs-6c0316aea2851dc6c1316b9043c7a1f3ca0e130d.tar.gz emacs-6c0316aea2851dc6c1316b9043c7a1f3ca0e130d.zip | |
(syms_of_buffer) <buffer-file-coding-system>: Doc fix.
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\ |