aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index 776ecac62d9..9342c3841f6 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -11121,7 +11121,8 @@ See also the function `find-operation-coding-system'. */);
11121 11121
11122 DEFVAR_LISP ("locale-coding-system", Vlocale_coding_system, 11122 DEFVAR_LISP ("locale-coding-system", Vlocale_coding_system,
11123 doc: /* Coding system to use with system messages. 11123 doc: /* Coding system to use with system messages.
11124Also used for decoding keyboard input on X Window system. */); 11124Also used for decoding keyboard input on X Window system, and for
11125encoding standard output and error streams. */);
11125 Vlocale_coding_system = Qnil; 11126 Vlocale_coding_system = Qnil;
11126 11127
11127 /* The eol mnemonics are reset in startup.el system-dependently. */ 11128 /* The eol mnemonics are reset in startup.el system-dependently. */