Mercurial > emacs
diff src/xselect.c @ 47281:9d5666b8bf1a
(syms_of_xselect): Fix spacing.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Fri, 06 Sep 2002 09:05:12 +0000 |
| parents | 970ca194ce9a |
| children | 265dc22fb2c0 |
line wrap: on
line diff
--- a/src/xselect.c Fri Sep 06 09:04:56 2002 +0000 +++ b/src/xselect.c Fri Sep 06 09:05:12 2002 +0000 @@ -2403,8 +2403,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;
