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

index f811357891ddfa693090768cd820bf3bc7adbf62..64a447379979eea604bab1046581ca73fee66550 100644 (file)
@@ -2413,8 +2413,8 @@ The 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;