aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xselect.c2
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\
2124or when a Lisp program explicitly clears the selection.)\n\ 2124or when a Lisp program explicitly clears the selection.)\n\
2125The functions are called with one argument, the selection type\n\ 2125The 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,