summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2000-11-27 15:35:32 +0000
committerEli Zaretskii <eliz@gnu.org>2000-11-27 15:35:32 +0000
commit76058c27ab0ef83845fe000aef770fe9af17b17b (patch)
treedb927e18859267f6a887b5379bc1647ab0619662
parent601e0081ea958c0b781e7490a30baafdf1ac8135 (diff)
downloademacs-76058c27ab0ef83845fe000aef770fe9af17b17b.tar.gz
(x-get-selection): Docstring dix.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/select.el6
2 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 10d3413a6d3..e4ab54396c4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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.
diff --git a/lisp/select.el b/lisp/select.el
index b27287e4b4d..6e0231ca1fc 100644
--- a/lisp/select.el
+++ b/lisp/select.el
@@ -30,7 +30,11 @@
"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 ()