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

index afe5f4944f6706127ae2886ce2d0c961fe4e2f09..98c915ec5d1d753b28f98f04fc495d99801cbfb7 100644 (file)
@@ -754,8 +754,8 @@ A default value is `iso-latin-1-dos'");
   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;