changeset 33914:5876bde45199

(x-get-selection): Docstring dix.
author Eli Zaretskii <eliz@gnu.org>
date Mon, 27 Nov 2000 15:35:10 +0000
parents 0c780fd30da5
children 727152b65ce0
files lisp/select.el
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/select.el	Mon Nov 27 15:34:39 2000 +0000
+++ b/lisp/select.el	Mon Nov 27 15:35:10 2000 +0000
@@ -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 ()