1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-21 05:00:47 -08:00

(syms_of_coding): Document that locale-coding-system is

used for decoding input on X.
This commit is contained in:
Eli Zaretskii 2001-10-29 19:37:06 +00:00
parent 2fe41216b4
commit 9048000044
2 changed files with 5 additions and 1 deletions

View file

@ -7265,7 +7265,8 @@ See also the function `find-operation-coding-system'.");
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. */