From: Juanma Barranquero Date: Fri, 6 Sep 2002 10:04:11 +0000 (+0000) Subject: (syms_of_w32select): Fix spacing. X-Git-Tag: emacs-pretest-21.2.91~43 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2706328e9d6f77402158883d75e44b6be4fcaef6;p=emacs.git (syms_of_w32select): Fix spacing. --- diff --git a/src/w32select.c b/src/w32select.c index a1164c07f2e..fc584f53c58 100644 --- a/src/w32select.c +++ b/src/w32select.c @@ -456,8 +456,8 @@ A default value is `compound-text'"); DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system, "Coding system for the next communication with other X clients.\n\ Usually, `selection-coding-system' is used for communicating with\n\ -other X clients. But, if this variable is set, it is used for the\n\ -next communication only. After the communication, this variable is\n\ +other X clients. But, if this variable is set, it is used for the\n\ +next communication only. After the communication, this variable is\n\ set to nil."); Vnext_selection_coding_system = Qnil;