aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
authorRichard M. Stallman1999-05-24 09:02:41 +0000
committerRichard M. Stallman1999-05-24 09:02:41 +0000
commit928aedd8b487bb4658d6c2c29fba4f02e617d6f4 (patch)
tree352bc0b1623637f2be030a90f94c1dc754cd302c /src/coding.c
parent37dbcd5cf3ea4b2a09e361daff32f690de22534f (diff)
downloademacs-928aedd8b487bb4658d6c2c29fba4f02e617d6f4.tar.gz
emacs-928aedd8b487bb4658d6c2c29fba4f02e617d6f4.zip
(syms_of_coding): Doc fix.
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/coding.c b/src/coding.c
index 9b6ff07b255..1e2e2406ab7 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -5673,11 +5673,16 @@ There are three such tables, `file-coding-system-alist',\n\
5673 5673
5674 DEFVAR_LISP ("coding-system-for-write", &Vcoding_system_for_write, 5674 DEFVAR_LISP ("coding-system-for-write", &Vcoding_system_for_write,
5675 "Specify the coding system for write operations.\n\ 5675 "Specify the coding system for write operations.\n\
5676It is useful to bind this variable with `let', but do not set it globally.\n\ 5676Programs bind this variable with `let', but you should not set it globally.\n\
5677If the value is a coding system, it is used for encoding on write operation.\n\ 5677If the value is a coding system, it is used for encoding of output,\n\
5678If not, an appropriate element is used from one of the coding system alists:\n\ 5678when writing it to a file and when sending it to a file or subprocess.\n\
5679\n\
5680If this does not specify a coding system, an appropriate element\n\
5681is used from one of the coding system alists:\n\
5679There are three such tables, `file-coding-system-alist',\n\ 5682There are three such tables, `file-coding-system-alist',\n\
5680`process-coding-system-alist', and `network-coding-system-alist'."); 5683`process-coding-system-alist', and `network-coding-system-alist'.\n\
5684For output to files, if the above procedure does not specify a coding system,\n\
5685the value of `buffer-file-coding-system' is used.");
5681 Vcoding_system_for_write = Qnil; 5686 Vcoding_system_for_write = Qnil;
5682 5687
5683 DEFVAR_LISP ("last-coding-system-used", &Vlast_coding_system_used, 5688 DEFVAR_LISP ("last-coding-system-used", &Vlast_coding_system_used,