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

index 1cb5838c6fc079dd634cc88389ca8c40ff648274..fc5aab52b04339a0c14f0fe4f0a74e348e0e468a 100644 (file)
@@ -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;