(syms_of_coding): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 14 Nov 2001 00:04:57 +0000 (00:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 14 Nov 2001 00:04:57 +0000 (00:04 +0000)
src/coding.c

index b6b908b..2301470 100644 (file)
@@ -7265,8 +7265,8 @@ See also the function `find-operation-coding-system'.  */);
   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.  */