Mercurial > emacs
diff src/buffer.c @ 21969:96ae627335f5
(syms_of_buffer) <buffer-file-coding-system>: Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 07 May 1998 04:02:36 +0000 |
| parents | afbf4a3def4c |
| children | 55fc60b09fa7 |
line wrap: on
line diff
--- a/src/buffer.c Thu May 07 03:58:49 1998 +0000 +++ b/src/buffer.c Thu May 07 04:02:36 1998 +0000 @@ -4197,7 +4197,7 @@ ¤t_buffer->buffer_file_coding_system, Qnil, "Coding system to be used for encoding the buffer contents on saving.\n\ If it is nil, the buffer is saved without any code conversion unless\n\ -some coding system is specified in file-coding-system-alist\n\ +some coding system is specified in `file-coding-system-alist'\n\ for the buffer file.\n\ \n\ This variable is never applied to a way of decoding\n\
