diff options
| author | Richard M. Stallman | 1997-08-06 18:54:05 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-08-06 18:54:05 +0000 |
| commit | 2ebb362dc5a3eef897a7e4dc84ed076c67d2ec02 (patch) | |
| tree | 8b7a435d0b79fe45da6fc9794629d00aa78c72ee /src | |
| parent | 9089d8d7601c95f99c0318bcd37d42a8b9d723e6 (diff) | |
| download | emacs-2ebb362dc5a3eef897a7e4dc84ed076c67d2ec02.tar.gz emacs-2ebb362dc5a3eef897a7e4dc84ed076c67d2ec02.zip | |
(syms_of_coding): Doc syntax fixes.
Diffstat (limited to 'src')
| -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 7d5512d2e09..5be5485bb1b 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -3842,7 +3842,7 @@ syms_of_coding () | |||
| 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\ |
| @@ -3851,7 +3851,7 @@ There are three such tables, `file-coding-system-alist',\n\ | |||
| 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\ |