From d31b6237e91336d5aca7bb0b4f4129ac1d83121a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 15 Nov 1995 18:33:45 +0000 Subject: [PATCH] (syms_of_xselect): Doc fix. --- src/xselect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.2