From: Juanma Barranquero Date: Fri, 6 Sep 2002 09:04:56 +0000 (+0000) Subject: (syms_of_w32select): Fix spacing. X-Git-Tag: ttn-vms-21-2-B4~13348 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3b32ae2caafe7d8e5539786c959fd3f8b0d36b75;p=emacs.git (syms_of_w32select): Fix spacing. --- 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;