]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_xselect): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 15 Nov 1995 18:33:45 +0000 (18:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 15 Nov 1995 18:33:45 +0000 (18:33 +0000)
src/xselect.c

index 8c8f3e0a02e2b1e66369e7b15221f2d656c0b517..b7360a1038323464afb868a66e79f84a7c225a21 100644 (file)
@@ -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,