Mercurial > emacs
changeset 47279:06197dc11581
(syms_of_win16select): Fix spacing.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 06 Sep 2002 09:04:40 +0000 |
parents | fc811b81d1a3 |
children | 7e81df5e2e1a |
files | src/w16select.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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;