diff options
| author | Richard M. Stallman | 1999-05-24 09:02:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1999-05-24 09:02:41 +0000 |
| commit | 928aedd8b487bb4658d6c2c29fba4f02e617d6f4 (patch) | |
| tree | 352bc0b1623637f2be030a90f94c1dc754cd302c /src | |
| parent | 37dbcd5cf3ea4b2a09e361daff32f690de22534f (diff) | |
| download | emacs-928aedd8b487bb4658d6c2c29fba4f02e617d6f4.tar.gz emacs-928aedd8b487bb4658d6c2c29fba4f02e617d6f4.zip | |
(syms_of_coding): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/coding.c | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/src/coding.c b/src/coding.c index 9b6ff07b255..1e2e2406ab7 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -5673,11 +5673,16 @@ There are three such tables, `file-coding-system-alist',\n\ | |||
| 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, |