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:
parent
2fe41216b4
commit
9048000044
2 changed files with 5 additions and 1 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue