Mercurial > emacs
changeset 19193:1701f2296f99
(syms_of_coding): Doc syntax fixes.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 06 Aug 1997 18:54:05 +0000 |
parents | 2cf5e8809c8e |
children | 92a9271ea062 |
files | src/coding.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/coding.c Wed Aug 06 17:57:31 1997 +0000 +++ b/src/coding.c Wed Aug 06 18:54:05 1997 +0000 @@ -3842,7 +3842,7 @@ 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 @@ 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\