Mercurial > emacs
diff src/coding.c @ 41026:6f20449b7e12
(syms_of_coding): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 14 Nov 2001 00:04:57 +0000 |
| parents | fd83ec62a495 |
| children | 7ccd94cedad7 |
line wrap: on
line diff
--- a/src/coding.c Wed Nov 14 00:04:38 2001 +0000 +++ b/src/coding.c Wed Nov 14 00:04:57 2001 +0000 @@ -7265,8 +7265,8 @@ 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. */
