diff options
| author | Juanma Barranquero | 2002-09-06 09:04:40 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-09-06 09:04:40 +0000 |
| commit | b1abeb713f9a262b1bc2ab43973b1d377389fc03 (patch) | |
| tree | 9272b607c0bdb7dd2c39405a11a5d2ddf5eea46e /src | |
| parent | b6f96a7e3be7c565fc40a14a4d9615ef4f753fe6 (diff) | |
| download | emacs-b1abeb713f9a262b1bc2ab43973b1d377389fc03.tar.gz emacs-b1abeb713f9a262b1bc2ab43973b1d377389fc03.zip | |
(syms_of_win16select): Fix spacing.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w16select.c | 4 |
1 files changed, 2 insertions, 2 deletions
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'. */); | |||
| 754 | DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system, | 754 | DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system, |
| 755 | doc: /* Coding system for the next communication with other X clients. | 755 | doc: /* Coding system for the next communication with other X clients. |
| 756 | Usually, `selection-coding-system' is used for communicating with | 756 | Usually, `selection-coding-system' is used for communicating with |
| 757 | other X clients. But, if this variable is set, it is used for the | 757 | other X clients. But, if this variable is set, it is used for the |
| 758 | next communication only. After the communication, this variable is | 758 | next communication only. After the communication, this variable is |
| 759 | set to nil. */); | 759 | set to nil. */); |
| 760 | Vnext_selection_coding_system = Qnil; | 760 | Vnext_selection_coding_system = Qnil; |
| 761 | 761 | ||