comparison src/coding.c @ 24766:c15dcedcb81c

(syms_of_coding): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Mon, 24 May 1999 09:02:41 +0000
parents 778b3f056f7f
children 17c2ea98478f
comparison
equal deleted inserted replaced
24765:6c69a507d9bd 24766:c15dcedcb81c
5671 `process-coding-system-alist', and `network-coding-system-alist'."); 5671 `process-coding-system-alist', and `network-coding-system-alist'.");
5672 Vcoding_system_for_read = Qnil; 5672 Vcoding_system_for_read = Qnil;
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\
5676 It is useful to bind this variable with `let', but do not set it globally.\n\ 5676 Programs bind this variable with `let', but you should not set it globally.\n\
5677 If the value is a coding system, it is used for encoding on write operation.\n\ 5677 If the value is a coding system, it is used for encoding of output,\n\
5678 If not, an appropriate element is used from one of the coding system alists:\n\ 5678 when writing it to a file and when sending it to a file or subprocess.\n\
5679 \n\
5680 If this does not specify a coding system, an appropriate element\n\
5681 is used from one of the coding system alists:\n\
5679 There are three such tables, `file-coding-system-alist',\n\ 5682 There 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\
5684 For output to files, if the above procedure does not specify a coding system,\n\
5685 the 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,
5684 "Coding system used in the latest file or process I/O."); 5689 "Coding system used in the latest file or process I/O.");
5685 Vlast_coding_system_used = Qnil; 5690 Vlast_coding_system_used = Qnil;