aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c4
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\
3845It is useful to bind this variable with `let', but do not set it globally. 3845It is useful to bind this variable with `let', but do not set it globally.\n\
3846If the value is a coding system, it is used for decoding on read operation.\n\ 3846If the value is a coding system, it is used for decoding on read operation.\n\
3847If not, an appropriate element is used from one of the coding system alists:\n\ 3847If not, an appropriate element is used from one of the coding system alists:\n\
3848There are three such tables, `file-coding-system-alist',\n\ 3848There 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\
3854It is useful to bind this variable with `let', but do not set it globally. 3854It is useful to bind this variable with `let', but do not set it globally.\n\
3855If the value is a coding system, it is used for encoding on write operation.\n\ 3855If the value is a coding system, it is used for encoding on write operation.\n\
3856If not, an appropriate element is used from one of the coding system alists:\n\ 3856If not, an appropriate element is used from one of the coding system alists:\n\
3857There are three such tables, `file-coding-system-alist',\n\ 3857There are three such tables, `file-coding-system-alist',\n\