diff options
| author | Eli Zaretskii | 2001-10-29 19:37:06 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-10-29 19:37:06 +0000 |
| commit | 9048000044d9e267ec8026c5b831a3f04ec2b10e (patch) | |
| tree | 38692c6665791b1d4eb684d65c1bdc668751dbf5 /src/coding.c | |
| parent | 2fe41216b4b2fe01f439950d014603627a51cdfb (diff) | |
| download | emacs-9048000044d9e267ec8026c5b831a3f04ec2b10e.tar.gz emacs-9048000044d9e267ec8026c5b831a3f04ec2b10e.zip | |
(syms_of_coding): Document that locale-coding-system is
used for decoding input on X.
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c index 01fcfb08782..78ba80c35ee 100644 --- a/src/coding.c +++ b/src/coding.c | |||
| @@ -7265,7 +7265,8 @@ See also the function `find-operation-coding-system'."); | |||
| 7265 | Vnetwork_coding_system_alist = Qnil; | 7265 | Vnetwork_coding_system_alist = Qnil; |
| 7266 | 7266 | ||
| 7267 | DEFVAR_LISP ("locale-coding-system", &Vlocale_coding_system, | 7267 | DEFVAR_LISP ("locale-coding-system", &Vlocale_coding_system, |
| 7268 | "Coding system to use with system messages."); | 7268 | "Coding system to use with system messages. Also used for decoding\n\ |
| 7269 | keyboard input on X Window system."); | ||
| 7269 | Vlocale_coding_system = Qnil; | 7270 | Vlocale_coding_system = Qnil; |
| 7270 | 7271 | ||
| 7271 | /* The eol mnemonics are reset in startup.el system-dependently. */ | 7272 | /* The eol mnemonics are reset in startup.el system-dependently. */ |