comparison src/coding.c @ 19193:1701f2296f99

(syms_of_coding): Doc syntax fixes.
author Richard M. Stallman <rms@gnu.org>
date Wed, 06 Aug 1997 18:54:05 +0000
parents 917138730635
children e755044718ee
comparison
equal deleted inserted replaced
19192:2cf5e8809c8e 19193:1701f2296f99
3840 = Fcons (coding_category_table[i], Vcoding_category_list); 3840 = Fcons (coding_category_table[i], Vcoding_category_list);
3841 } 3841 }
3842 3842
3843 DEFVAR_LISP ("coding-system-for-read", &Vcoding_system_for_read, 3843 DEFVAR_LISP ("coding-system-for-read", &Vcoding_system_for_read,
3844 "Specify the coding system for read operations.\n\ 3844 "Specify the coding system for read operations.\n\
3845 It is useful to bind this variable with `let', but do not set it globally. 3845 It is useful to bind this variable with `let', but do not set it globally.\n\
3846 If the value is a coding system, it is used for decoding on read operation.\n\ 3846 If the value is a coding system, it is used for decoding on read operation.\n\
3847 If not, an appropriate element is used from one of the coding system alists:\n\ 3847 If not, an appropriate element is used from one of the coding system alists:\n\
3848 There are three such tables, `file-coding-system-alist',\n\ 3848 There are three such tables, `file-coding-system-alist',\n\
3849 `process-coding-system-alist', and `network-coding-system-alist'."); 3849 `process-coding-system-alist', and `network-coding-system-alist'.");
3850 Vcoding_system_for_read = Qnil; 3850 Vcoding_system_for_read = Qnil;
3851 3851
3852 DEFVAR_LISP ("coding-system-for-write", &Vcoding_system_for_write, 3852 DEFVAR_LISP ("coding-system-for-write", &Vcoding_system_for_write,
3853 "Specify the coding system for write operations.\n\ 3853 "Specify the coding system for write operations.\n\
3854 It is useful to bind this variable with `let', but do not set it globally. 3854 It is useful to bind this variable with `let', but do not set it globally.\n\
3855 If the value is a coding system, it is used for encoding on write operation.\n\ 3855 If the value is a coding system, it is used for encoding on write operation.\n\
3856 If not, an appropriate element is used from one of the coding system alists:\n\ 3856 If not, an appropriate element is used from one of the coding system alists:\n\
3857 There are three such tables, `file-coding-system-alist',\n\ 3857 There are three such tables, `file-coding-system-alist',\n\
3858 `process-coding-system-alist', and `network-coding-system-alist'."); 3858 `process-coding-system-alist', and `network-coding-system-alist'.");
3859 Vcoding_system_for_write = Qnil; 3859 Vcoding_system_for_write = Qnil;