comparison src/coding.c @ 23089:20486aa49e7d

(file-coding-system-alist, select-safe-coding-system-function): Doc fix.
author Andreas Schwab <schwab@suse.de>
date Mon, 24 Aug 1998 10:05:10 +0000
parents 45c36d636f66
children 6736da064f4a
comparison
equal deleted inserted replaced
23088:45c36d636f66 23089:20486aa49e7d
5428 If VAL is a cons of coding systems, the car part is used for decoding,\n\ 5428 If VAL is a cons of coding systems, the car part is used for decoding,\n\
5429 and the cdr part is used for encoding.\n\ 5429 and the cdr part is used for encoding.\n\
5430 If VAL is a function symbol, the function must return a coding system\n\ 5430 If VAL is a function symbol, the function must return a coding system\n\
5431 or a cons of coding systems which are used as above.\n\ 5431 or a cons of coding systems which are used as above.\n\
5432 \n\ 5432 \n\
5433 See also the function `find-operation-coding-system'.\n\ 5433 See also the function `find-operation-coding-system'\n\
5434 and the variable `auto-coding-alist'."); 5434 and the variable `auto-coding-alist'.");
5435 Vfile_coding_system_alist = Qnil; 5435 Vfile_coding_system_alist = Qnil;
5436 5436
5437 DEFVAR_LISP ("process-coding-system-alist", &Vprocess_coding_system_alist, 5437 DEFVAR_LISP ("process-coding-system-alist", &Vprocess_coding_system_alist,
5438 "Alist to decide a coding system to use for a process I/O operation.\n\ 5438 "Alist to decide a coding system to use for a process I/O operation.\n\
5525 \n\ 5525 \n\
5526 If set, this function is called to force a user to select a proper\n\ 5526 If set, this function is called to force a user to select a proper\n\
5527 coding system which can encode the text in the case that a default\n\ 5527 coding system which can encode the text in the case that a default\n\
5528 coding system used in each operation can't encode the text.\n\ 5528 coding system used in each operation can't encode the text.\n\
5529 \n\ 5529 \n\
5530 The default value is `select-safe-codign-system' (which see)."); 5530 The default value is `select-safe-coding-system' (which see).");
5531 Vselect_safe_coding_system_function = Qnil; 5531 Vselect_safe_coding_system_function = Qnil;
5532 5532
5533 } 5533 }
5534 5534
5535 #endif /* emacs */ 5535 #endif /* emacs */