summaryrefslogtreecommitdiff
path: root/src/coding.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-06 18:54:05 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-06 18:54:05 +0000
commit31048e61ae77456fc5851fca5b12fd08fd43827e (patch)
treecdd7206c6f4bb4e2b6e5027ca7e877c16dd65137 /src/coding.c
parent9d58e7d20d43d56932f327a065302dff60da5138 (diff)
downloademacs-31048e61ae77456fc5851fca5b12fd08fd43827e.tar.gz
(syms_of_coding): Doc syntax fixes.
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 ()
DEFVAR_LISP ("coding-system-for-read", &Vcoding_system_for_read,
"Specify the coding system for read operations.\n\
-It is useful to bind this variable with `let', but do not set it globally.
+It is useful to bind this variable with `let', but do not set it globally.\n\
If the value is a coding system, it is used for decoding on read operation.\n\
If not, an appropriate element is used from one of the coding system alists:\n\
There are three such tables, `file-coding-system-alist',\n\
@@ -3851,7 +3851,7 @@ There are three such tables, `file-coding-system-alist',\n\
DEFVAR_LISP ("coding-system-for-write", &Vcoding_system_for_write,
"Specify the coding system for write operations.\n\
-It is useful to bind this variable with `let', but do not set it globally.
+It is useful to bind this variable with `let', but do not set it globally.\n\
If the value is a coding system, it is used for encoding on write operation.\n\
If not, an appropriate element is used from one of the coding system alists:\n\
There are three such tables, `file-coding-system-alist',\n\