From: Richard M. Stallman Date: Wed, 15 Nov 1995 18:33:45 +0000 (+0000) Subject: (syms_of_xselect): Doc fix. X-Git-Tag: emacs-19.34~2303 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d31b6237e91336d5aca7bb0b4f4129ac1d83121a;p=emacs.git (syms_of_xselect): Doc fix. --- 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."); \(This happens when some other X client makes its own selection\n\ or when a Lisp program explicitly clears the selection.)\n\ The functions are called with one argument, the selection type\n\ -\(a symbol, typically `PRIMARY', `SECONDARY', or `CLIPBOARD'.)"); +\(a symbol, typically `PRIMARY', `SECONDARY', or `CLIPBOARD')."); Vx_lost_selection_hooks = Qnil; DEFVAR_LISP ("x-sent-selection-hooks", &Vx_sent_selection_hooks,