diff options
| author | Juanma Barranquero | 2002-10-14 11:01:17 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-10-14 11:01:17 +0000 |
| commit | b45b1e81c90a761eb088ec922c79bee528f19160 (patch) | |
| tree | f2e7bc30d33a400c5455950721cbd9603fc08ca0 /src | |
| parent | 88651e4e0c4bdbbf758b9d173998f1aa91c7ee5c (diff) | |
| download | emacs-b45b1e81c90a761eb088ec922c79bee528f19160.tar.gz emacs-b45b1e81c90a761eb088ec922c79bee528f19160.zip | |
(syms_of_win16select): Fix docstring for `selection-coding-system'.
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 4bd200dfbc3..e655936e48b 100644 --- a/src/w16select.c +++ b/src/w16select.c | |||
| @@ -748,8 +748,8 @@ syms_of_win16select () | |||
| 748 | doc: /* Coding system for communicating with other X clients. | 748 | doc: /* Coding system for communicating with other X clients. |
| 749 | When sending or receiving text via cut_buffer, selection, and clipboard, | 749 | When sending or receiving text via cut_buffer, selection, and clipboard, |
| 750 | the text is encoded or decoded by this coding system. | 750 | the text is encoded or decoded by this coding system. |
| 751 | A default value is `iso-latin-1-dos'. */); | 751 | The default value is `iso-latin-1-dos'. */); |
| 752 | Vselection_coding_system=intern ("iso-latin-1-dos"); | 752 | Vselection_coding_system = intern ("iso-latin-1-dos"); |
| 753 | 753 | ||
| 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. |