aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32select.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32select.c b/src/w32select.c
index 1cb5838c6fc..fc5aab52b04 100644
--- a/src/w32select.c
+++ b/src/w32select.c
@@ -463,8 +463,8 @@ the text is encoded or decoded by this coding system. */);
463 DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system, 463 DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system,
464 doc: /* Coding system for the next communication with other programs. 464 doc: /* Coding system for the next communication with other programs.
465Usually, `selection-coding-system' is used for communicating with 465Usually, `selection-coding-system' is used for communicating with
466other programs. But, if this variable is set, it is used for the 466other programs. But, if this variable is set, it is used for the
467next communication only. After the communication, this variable is 467next communication only. After the communication, this variable is
468set to nil. */); 468set to nil. */);
469 Vnext_selection_coding_system = Qnil; 469 Vnext_selection_coding_system = Qnil;
470 470