# HG changeset patch # User Juanma Barranquero # Date 1031303080 0 # Node ID 06197dc11581618df7897d14000a88c87c655829 # Parent fc811b81d1a3f72993ec99874876537dd6705874 (syms_of_win16select): Fix spacing. diff -r fc811b81d1a3 -r 06197dc11581 src/w16select.c --- a/src/w16select.c Fri Sep 06 09:04:22 2002 +0000 +++ b/src/w16select.c Fri Sep 06 09:04:40 2002 +0000 @@ -754,8 +754,8 @@ DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system, doc: /* Coding system for the next communication with other X clients. Usually, `selection-coding-system' is used for communicating with -other X clients. But, if this variable is set, it is used for the -next communication only. After the communication, this variable is +other X clients. 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;