diff options
| author | Richard M. Stallman | 1995-11-15 18:33:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-11-15 18:33:45 +0000 |
| commit | d31b6237e91336d5aca7bb0b4f4129ac1d83121a (patch) | |
| tree | 9ddf865d6703ecb85842b5a6d09eef9a03f3274c /src | |
| parent | 7b990caf7e39cfbd1cda6e71075ad28b2ca3d312 (diff) | |
| download | emacs-d31b6237e91336d5aca7bb0b4f4129ac1d83121a.tar.gz emacs-d31b6237e91336d5aca7bb0b4f4129ac1d83121a.zip | |
(syms_of_xselect): 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 8c8f3e0a02e..b7360a10383 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -2123,7 +2123,7 @@ and there is no meaningful selection value."); | |||
| 2123 | \(This happens when some other X client makes its own selection\n\ | 2123 | \(This happens when some other X client makes its own selection\n\ |
| 2124 | or when a Lisp program explicitly clears the selection.)\n\ | 2124 | or when a Lisp program explicitly clears the selection.)\n\ |
| 2125 | The functions are called with one argument, the selection type\n\ | 2125 | The functions are called with one argument, the selection type\n\ |
| 2126 | \(a symbol, typically `PRIMARY', `SECONDARY', or `CLIPBOARD'.)"); | 2126 | \(a symbol, typically `PRIMARY', `SECONDARY', or `CLIPBOARD')."); |
| 2127 | Vx_lost_selection_hooks = Qnil; | 2127 | Vx_lost_selection_hooks = Qnil; |
| 2128 | 2128 | ||
| 2129 | DEFVAR_LISP ("x-sent-selection-hooks", &Vx_sent_selection_hooks, | 2129 | DEFVAR_LISP ("x-sent-selection-hooks", &Vx_sent_selection_hooks, |