mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-23 04:53:12 -08:00
(syms_of_coding): Document that locale-coding-system is
used for decoding input on X.
This commit is contained in:
parent
33c35d7958
commit
29a4bdf258
1 changed files with 2 additions and 1 deletions
|
|
@ -7263,7 +7263,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