]> git.eshelyaron.com Git - emacs.git/commitdiff
(x-get-selection): Docstring dix.
authorEli Zaretskii <eliz@gnu.org>
Mon, 27 Nov 2000 15:35:32 +0000 (15:35 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 27 Nov 2000 15:35:32 +0000 (15:35 +0000)
lisp/ChangeLog
lisp/select.el

index 10d3413a6d3b1bed001b15aacb69b20decaed120..e4ab54396c40d2d57d6377f68965bf89675ed85b 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-27  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * select.el (x-get-selection): Docstring dix.
+
 2000-11-27  Gerd Moellmann  <gerd@gnu.org>
 
        * play/5x5.el: Update from author.
index b27287e4b4dca6b220222beac50c877c92ab83bb..6e0231ca1fc0585af9625d2411a5ba1dfe2dc69e 100644 (file)
   "Return the value of an X Windows selection.
 The argument TYPE (default `PRIMARY') says which selection, 
 and the argument DATA-TYPE (default `STRING') says
-how to convert the data."
+how to convert the data.
+
+TYPE may be `SECONDARY' or `CLIPBOARD', in addition to `PRIMARY'.
+DATA-TYPE is usually `STRING', but can also be one of the symbols
+in `selection-converter-alist', which see."
   (x-get-selection-internal (or type 'PRIMARY) (or data-type 'STRING)))
 
 (defun x-get-clipboard ()