diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2002-03-02 14:36:54 +0000 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2002-03-02 14:36:54 +0000 |
| commit | a007679cfaca25a2bd5bc094e9cf07835e10218c (patch) | |
| tree | 593441882295593b79444031b4b7e260eacefa90 | |
| parent | 579cb67dbb04c99b31c96cdfa110dff62b387cfd (diff) | |
| download | emacs-a007679cfaca25a2bd5bc094e9cf07835e10218c.tar.gz | |
(Locales): locale-coding-system is used for decoding keyboard input on X.
| -rw-r--r-- | lispref/nonascii.texi | 7 |
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. @defvar locale-coding-system @tindex locale-coding-system +@cindex keyboard input decoding on X This variable specifies the coding system to use for decoding system -error messages, for encoding the format argument to -@code{format-time-string}, and for decoding the return value of -@code{format-time-string}. +error messages and---on X Window system only---keyboard input, for +encoding the format argument to @code{format-time-string}, and for +decoding the return value of @code{format-time-string}. @end defvar @defvar system-messages-locale |
