aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1998-05-07 04:02:36 +0000
committerRichard M. Stallman1998-05-07 04:02:36 +0000
commit6c0316aea2851dc6c1316b9043c7a1f3ca0e130d (patch)
tree702234e1f4490664ca5c7c56a58ae121407df73c /src
parent11f7f688b4c5d46010a64c326ec799f5c74bb5e0 (diff)
downloademacs-6c0316aea2851dc6c1316b9043c7a1f3ca0e130d.tar.gz
emacs-6c0316aea2851dc6c1316b9043c7a1f3ca0e130d.zip
(syms_of_buffer) <buffer-file-coding-system>: Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/buffer.c2
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 &current_buffer->buffer_file_coding_system, Qnil, 4197 &current_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\
4199If it is nil, the buffer is saved without any code conversion unless\n\ 4199If it is nil, the buffer is saved without any code conversion unless\n\
4200some coding system is specified in file-coding-system-alist\n\ 4200some coding system is specified in `file-coding-system-alist'\n\
4201for the buffer file.\n\ 4201for the buffer file.\n\
4202\n\ 4202\n\
4203This variable is never applied to a way of decoding\n\ 4203This variable is never applied to a way of decoding\n\