aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-06 18:54:05 +0000
committerRichard M. Stallman1997-08-06 18:54:05 +0000
commit2ebb362dc5a3eef897a7e4dc84ed076c67d2ec02 (patch)
tree8b7a435d0b79fe45da6fc9794629d00aa78c72ee
parent9089d8d7601c95f99c0318bcd37d42a8b9d723e6 (diff)
downloademacs-2ebb362dc5a3eef897a7e4dc84ed076c67d2ec02.tar.gz
emacs-2ebb362dc5a3eef897a7e4dc84ed076c67d2ec02.zip
(syms_of_coding): Doc syntax fixes.
-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\