# HG changeset patch # User Juanma Barranquero # Date 1031303096 0 # Node ID 7e81df5e2e1a0955f901ff45ba7a4bd8772d969d # Parent 06197dc11581618df7897d14000a88c87c655829 (syms_of_w32select): Fix spacing. diff -r 06197dc11581 -r 7e81df5e2e1a src/w32select.c --- a/src/w32select.c Fri Sep 06 09:04:40 2002 +0000 +++ b/src/w32select.c Fri Sep 06 09:04:56 2002 +0000 @@ -463,8 +463,8 @@ DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system, doc: /* Coding system for the next communication with other programs. Usually, `selection-coding-system' is used for communicating with -other programs. But, if this variable is set, it is used for the -next communication only. After the communication, this variable is +other programs. But, if this variable is set, it is used for the +next communication only. After the communication, this variable is set to nil. */); Vnext_selection_coding_system = Qnil;