Mercurial > emacs
comparison src/coding.c @ 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 | 48875f4fda90 |
| children | cdfd4d09b79a |
comparison
equal
deleted
inserted
replaced
| 40460:b5ad0c8cf7e1 | 40461:c8caba9185a1 |
|---|---|
| 7263 \n\ | 7263 \n\ |
| 7264 See also the function `find-operation-coding-system'."); | 7264 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. */ |
| 7272 DEFVAR_LISP ("eol-mnemonic-unix", &eol_mnemonic_unix, | 7273 DEFVAR_LISP ("eol-mnemonic-unix", &eol_mnemonic_unix, |
| 7273 "*String displayed in mode line for UNIX-like (LF) end-of-line format."); | 7274 "*String displayed in mode line for UNIX-like (LF) end-of-line format."); |
