]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_w32select): Fix spacing.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 10:04:11 +0000 (10:04 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 10:04:11 +0000 (10:04 +0000)
src/w32select.c

index a1164c07f2e67f45a17ce22f5e09fc984b2cf234..fc584f53c5844fb3eb09996c4b04f201f18fc46c 100644 (file)
@@ -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;