summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2002-09-06 10:03:57 +0000
committerJuanma Barranquero <lekktu@gmail.com>2002-09-06 10:03:57 +0000
commit424a2ef6069c6997215e62971b23fbb67bfa3e47 (patch)
tree131a05a48be152b9fc55b487822e0587a92891ee
parent83819e3e81679f6567c755409a9fea1f3366e415 (diff)
downloademacs-424a2ef6069c6997215e62971b23fbb67bfa3e47.tar.gz
(syms_of_win16select): Fix spacing.
-rw-r--r--src/w16select.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w16select.c b/src/w16select.c
index afe5f4944f6..98c915ec5d1 100644
--- a/src/w16select.c
+++ b/src/w16select.c
@@ -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;