From 29a4bdf25864cebe1509119baa5d1e29862f548f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 29 Oct 2001 19:29:52 +0000 Subject: [PATCH] (syms_of_coding): Document that locale-coding-system is used for decoding input on X. --- src/coding.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/coding.c b/src/coding.c index b59bbce7edd..cda4cf6dad5 100644 --- a/src/coding.c +++ b/src/coding.c @@ -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. */ -- 2.39.2