# HG changeset patch # User Richard M. Stallman # Date 1005696297 0 # Node ID 6f20449b7e12caf8a6b2b7c50fd8e1776214b25c # Parent 4feeae90afa48dbc57d0c59f7f415b5f1a3a0060 (syms_of_coding): Doc fix. diff -r 4feeae90afa4 -r 6f20449b7e12 src/coding.c --- 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. */