From 75205970130b2737f72b75c5022ae511fbbde035 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 14 Nov 2001 00:04:57 +0000 Subject: [PATCH] (syms_of_coding): Doc fix. --- src/coding.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/coding.c b/src/coding.c index b6b908ba18..2301470cb8 100644 --- a/src/coding.c +++ b/src/coding.c @@ -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. */ -- 2.20.1