Mercurial > emacs
diff src/coding.c @ 40461:c8caba9185a1
(syms_of_coding): Document that locale-coding-system is
used for decoding input on X.
| author | Eli Zaretskii <eliz@gnu.org> |
|---|---|
| date | Mon, 29 Oct 2001 19:34:44 +0000 |
| parents | 48875f4fda90 |
| children | cdfd4d09b79a |
line wrap: on
line diff
--- a/src/coding.c Mon Oct 29 19:14:50 2001 +0000 +++ b/src/coding.c Mon Oct 29 19:34:44 2001 +0000 @@ -7265,7 +7265,8 @@ Vnetwork_coding_system_alist = Qnil; DEFVAR_LISP ("locale-coding-system", &Vlocale_coding_system, - "Coding system to use with system messages."); + "Coding system to use with system messages. Also used for decoding\n\ +keyboard input on X Window system."); Vlocale_coding_system = Qnil; /* The eol mnemonics are reset in startup.el system-dependently. */
