changeset 41026:6f20449b7e12

(syms_of_coding): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 14 Nov 2001 00:04:57 +0000
parents 4feeae90afa4
children 54f6ee43146e
files src/coding.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/coding.c	Wed Nov 14 00:04:38 2001 +0000
+++ b/src/coding.c	Wed Nov 14 00:04:57 2001 +0000
@@ -7265,8 +7265,8 @@
   Vnetwork_coding_system_alist = Qnil;
 
   DEFVAR_LISP ("locale-coding-system", &Vlocale_coding_system,
-	       doc: /* Coding system to use with system messages.  Also used for decoding
-keyboard input on X Window system.  */);
+	       doc: /* Coding system to use with system messages.
+Also used for decoding keyboard input on X Window system.  */);
   Vlocale_coding_system = Qnil;
 
   /* The eol mnemonics are reset in startup.el system-dependently.  */