summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-09-06 10:04:24 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-09-06 10:04:24 +0000
commit47f716f8d921fff48265ce07cc0f4c541627f81f (patch)
tree112914e6a95087da4a51f4f7ddca7c755e7f17ea
parent2706328e9d6f77402158883d75e44b6be4fcaef6 (diff)
downloademacs-47f716f8d921fff48265ce07cc0f4c541627f81f.tar.gz
(syms_of_xselect): Fix spacing.
-rw-r--r--src/xselect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xselect.c b/src/xselect.c
index f811357891d..64a44737997 100644
--- a/src/xselect.c
+++ b/src/xselect.c
@@ -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;