From 3b32ae2caafe7d8e5539786c959fd3f8b0d36b75 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 6 Sep 2002 09:04:56 +0000 Subject: [PATCH] (syms_of_w32select): Fix spacing. --- src/w32select.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/w32select.c b/src/w32select.c index 1cb5838c6fc..fc5aab52b04 100644 --- a/src/w32select.c +++ b/src/w32select.c @@ -463,8 +463,8 @@ the text is encoded or decoded by this coding system. */); DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system, doc: /* Coding system for the next communication with other programs. Usually, `selection-coding-system' is used for communicating with -other programs. But, if this variable is set, it is used for the -next communication only. After the communication, this variable is +other programs. But, if this variable is set, it is used for the +next communication only. After the communication, this variable is set to nil. */); Vnext_selection_coding_system = Qnil; -- 2.39.2