diff options
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\ |