diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-11-14 00:04:57 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-11-14 00:04:57 +0000 |
commit | fd4fa87b9021f5f52fe9688aca024a3d722ff470 (patch) | |
tree | 72afc1efe25fda306ebd3f7129df54e4ec5b55fd /src/coding.c | |
parent | 60e7d422525d7ad2663275e0c7e3d10b05e1501a (diff) | |
download | emacs-fd4fa87b9021f5f52fe9688aca024a3d722ff470.tar.gz |
(syms_of_coding): Doc fix.
Diffstat (limited to 'src/coding.c')
-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 b6b908ba185..2301470cb81 100644 --- a/src/coding.c +++ b/src/coding.c @@ -7265,8 +7265,8 @@ See also the function `find-operation-coding-system'. */); Vnetwork_coding_system_alist = Qnil; DEFVAR_LISP ("locale-coding-system", &Vlocale_coding_system, - doc: /* Coding system to use with system messages. Also used for decoding -keyboard input on X Window system. */); + doc: /* Coding system to use with system messages. +Also used for decoding keyboard input on X Window system. */); Vlocale_coding_system = Qnil; /* The eol mnemonics are reset in startup.el system-dependently. */ |