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

index bdbd38de57542f641e1af437b49cf2413b857bfc..4bd200dfbc3c8ac62c12bc9b63caeba699c3ba29 100644 (file)
@@ -754,8 +754,8 @@ A default value is `iso-latin-1-dos'.  */);
   DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system,
               doc: /* Coding system for the next communication with other X clients.
 Usually, `selection-coding-system' is used for communicating with
-other X clients.   But, if this variable is set, it is used for the
-next communication only.   After the communication, this variable is
+other X clients.  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;