(syms_of_coding): Doc fix.

This commit is contained in:
Richard M. Stallman 2001-11-14 00:04:57 +00:00
parent 85565e9ebf
commit 7520597013

View file

@ -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. */