diff options
| author | Andreas Schwab <schwab@suse.de> | 1998-08-24 10:05:10 +0000 |
|---|---|---|
| committer | Andreas Schwab <schwab@suse.de> | 1998-08-24 10:05:10 +0000 |
| commit | a85a871a3387e21cd2544563a21cd0691f7c5a40 (patch) | |
| tree | 9191c0584422378ed3958c507dd915db4555f757 /src/coding.c | |
| parent | f46869e46f83eb3b7128ef9a1bad8b9a077b0ad6 (diff) | |
| download | emacs-a85a871a3387e21cd2544563a21cd0691f7c5a40.tar.gz | |
(file-coding-system-alist, select-safe-coding-system-function): Doc fix.
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c index 9e6333f5878..dba64143bdb 100644 --- a/src/coding.c +++ b/src/coding.c @@ -5430,7 +5430,7 @@ and the cdr part is used for encoding.\n\ If VAL is a function symbol, the function must return a coding system\n\ or a cons of coding systems which are used as above.\n\ \n\ -See also the function `find-operation-coding-system'.\n\ +See also the function `find-operation-coding-system'\n\ and the variable `auto-coding-alist'."); Vfile_coding_system_alist = Qnil; @@ -5527,7 +5527,7 @@ If set, this function is called to force a user to select a proper\n\ coding system which can encode the text in the case that a default\n\ coding system used in each operation can't encode the text.\n\ \n\ -The default value is `select-safe-codign-system' (which see)."); +The default value is `select-safe-coding-system' (which see)."); Vselect_safe_coding_system_function = Qnil; } |
