diff options
| author | Andreas Schwab | 1998-10-30 10:21:58 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1998-10-30 10:21:58 +0000 |
| commit | aac77ff1206f3ae37c7eb98a622745a77ac95b6a (patch) | |
| tree | 79fba868693eddd67cd25202bd236fe07ae7d946 /src | |
| parent | 8b835738fdccc93404786679c12e73742239a0f5 (diff) | |
| download | emacs-aac77ff1206f3ae37c7eb98a622745a77ac95b6a.tar.gz emacs-aac77ff1206f3ae37c7eb98a622745a77ac95b6a.zip | |
(Vselection_coding_system): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xselect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xselect.c b/src/xselect.c index e51fb6cd448..3861c1bc2c9 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -2301,7 +2301,7 @@ it merely informs you that they have happened."); | |||
| 2301 | "Coding system for communicating with other X clients.\n\ | 2301 | "Coding system for communicating with other X clients.\n\ |
| 2302 | When sending or receiving text via cut_buffer, selection, and clipboard,\n\ | 2302 | When sending or receiving text via cut_buffer, selection, and clipboard,\n\ |
| 2303 | the text is encoded or decoded by this coding system.\n\ | 2303 | the text is encoded or decoded by this coding system.\n\ |
| 2304 | A default value is `compound-text'"); | 2304 | The default value is `compound-text'."); |
| 2305 | Vselection_coding_system = intern ("compound-text"); | 2305 | Vselection_coding_system = intern ("compound-text"); |
| 2306 | 2306 | ||
| 2307 | DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system, | 2307 | DEFVAR_LISP ("next-selection-coding-system", &Vnext_selection_coding_system, |