diff options
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. */ |