comparison src/xselect.c @ 13557:037f27af8c7b

(syms_of_xselect): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Wed, 15 Nov 1995 18:33:45 +0000
parents e640f6afb190
children b01288cb5fc8
comparison
equal deleted inserted replaced
13556:8c181dcb4fdd 13557:037f27af8c7b
2121 DEFVAR_LISP ("x-lost-selection-hooks", &Vx_lost_selection_hooks, 2121 DEFVAR_LISP ("x-lost-selection-hooks", &Vx_lost_selection_hooks,
2122 "A list of functions to be called when Emacs loses an X selection.\n\ 2122 "A list of functions to be called when Emacs loses an X selection.\n\
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,
2130 "A list of functions to be called when Emacs answers a selection request.\n\ 2130 "A list of functions to be called when Emacs answers a selection request.\n\
2131 The functions are called with four arguments:\n\ 2131 The functions are called with four arguments:\n\