aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w16select.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w16select.c b/src/w16select.c
index bdbd38de575..4bd200dfbc3 100644
--- a/src/w16select.c
+++ b/src/w16select.c
@@ -754,8 +754,8 @@ A default value is `iso-latin-1-dos'. */);
754 DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system, 754 DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system,
755 doc: /* Coding system for the next communication with other X clients. 755 doc: /* Coding system for the next communication with other X clients.
756Usually, `selection-coding-system' is used for communicating with 756Usually, `selection-coding-system' is used for communicating with
757other X clients. But, if this variable is set, it is used for the 757other X clients. But, if this variable is set, it is used for the
758next communication only. After the communication, this variable is 758next communication only. After the communication, this variable is
759set to nil. */); 759set to nil. */);
760 Vnext_selection_coding_system = Qnil; 760 Vnext_selection_coding_system = Qnil;
761 761