changeset 40461:c8caba9185a1

(syms_of_coding): Document that locale-coding-system is used for decoding input on X.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 29 Oct 2001 19:34:44 +0000
parents b5ad0c8cf7e1
children ac56d29e1dfd
files src/coding.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/coding.c	Mon Oct 29 19:14:50 2001 +0000
+++ b/src/coding.c	Mon Oct 29 19:34:44 2001 +0000
@@ -7265,7 +7265,8 @@
   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.  */