From: Juanma Barranquero Date: Fri, 6 Sep 2002 09:04:40 +0000 (+0000) Subject: (syms_of_win16select): Fix spacing. X-Git-Tag: ttn-vms-21-2-B4~13349 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b1abeb713f9a262b1bc2ab43973b1d377389fc03;p=emacs.git (syms_of_win16select): Fix spacing. --- 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'. */); 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;