aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2002-03-02 14:36:54 +0000
committerEli Zaretskii2002-03-02 14:36:54 +0000
commita007679cfaca25a2bd5bc094e9cf07835e10218c (patch)
tree593441882295593b79444031b4b7e260eacefa90
parent579cb67dbb04c99b31c96cdfa110dff62b387cfd (diff)
downloademacs-a007679cfaca25a2bd5bc094e9cf07835e10218c.tar.gz
emacs-a007679cfaca25a2bd5bc094e9cf07835e10218c.zip
(Locales): locale-coding-system is used for decoding keyboard input on X.
-rw-r--r--lispref/nonascii.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/lispref/nonascii.texi b/lispref/nonascii.texi
index 39848a0969f..2d6f21056e1 100644
--- a/lispref/nonascii.texi
+++ b/lispref/nonascii.texi
@@ -1209,10 +1209,11 @@ how Emacs interacts with these features.
1209 1209
1210@defvar locale-coding-system 1210@defvar locale-coding-system
1211@tindex locale-coding-system 1211@tindex locale-coding-system
1212@cindex keyboard input decoding on X
1212This variable specifies the coding system to use for decoding system 1213This variable specifies the coding system to use for decoding system
1213error messages, for encoding the format argument to 1214error messages and---on X Window system only---keyboard input, for
1214@code{format-time-string}, and for decoding the return value of 1215encoding the format argument to @code{format-time-string}, and for
1215@code{format-time-string}. 1216decoding the return value of @code{format-time-string}.
1216@end defvar 1217@end defvar
1217 1218
1218@defvar system-messages-locale 1219@defvar system-messages-locale