]> code.delx.au - gnu-emacs/commitdiff
(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 b6b908ba1851887d8418fdf8f9f3254ac3b45bf3..2301470cb816c48f730c62cc93e3adc1be706422 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.  */