(syms_of_coding): Doc fix.
This commit is contained in:
parent
85565e9ebf
commit
7520597013
1 changed files with 2 additions and 2 deletions
|
@ -7265,8 +7265,8 @@ See also the function `find-operation-coding-system'. */);
|
|||
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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue