# HG changeset patch # User Richard M. Stallman # Date 927536561 0 # Node ID c15dcedcb81cc4d5d3e27e42ab8f0b71f5e9c431 # Parent 6c69a507d9bd6b10a422b9b8a6ede8acbad6828e (syms_of_coding): Doc fix. diff -r 6c69a507d9bd -r c15dcedcb81c src/coding.c --- a/src/coding.c Mon May 24 06:45:49 1999 +0000 +++ b/src/coding.c Mon May 24 09:02:41 1999 +0000 @@ -5673,11 +5673,16 @@ DEFVAR_LISP ("coding-system-for-write", &Vcoding_system_for_write, "Specify the coding system for write operations.\n\ -It is useful to bind this variable with `let', but do not set it globally.\n\ -If the value is a coding system, it is used for encoding on write operation.\n\ -If not, an appropriate element is used from one of the coding system alists:\n\ +Programs bind this variable with `let', but you should not set it globally.\n\ +If the value is a coding system, it is used for encoding of output,\n\ +when writing it to a file and when sending it to a file or subprocess.\n\ +\n\ +If this does not specify a coding system, an appropriate element\n\ +is used from one of the coding system alists:\n\ There are three such tables, `file-coding-system-alist',\n\ -`process-coding-system-alist', and `network-coding-system-alist'."); +`process-coding-system-alist', and `network-coding-system-alist'.\n\ +For output to files, if the above procedure does not specify a coding system,\n\ +the value of `buffer-file-coding-system' is used."); Vcoding_system_for_write = Qnil; DEFVAR_LISP ("last-coding-system-used", &Vlast_coding_system_used,