aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/coding.c')
-rw-r--r--src/coding.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/coding.c b/src/coding.c
index b6b908ba185..2301470cb81 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -7265,8 +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 doc: /* Coding system to use with system messages. Also used for decoding 7268 doc: /* Coding system to use with system messages.
7269keyboard input on X Window system. */); 7269Also used for decoding keyboard input on X Window system. */);
7270 Vlocale_coding_system = Qnil; 7270 Vlocale_coding_system = Qnil;
7271 7271
7272 /* The eol mnemonics are reset in startup.el system-dependently. */ 7272 /* The eol mnemonics are reset in startup.el system-dependently. */