]> code.delx.au - gnu-emacs/blobdiff - lisp/select.el
(tildify-ignored-environments-alist): Recognize \verb* right.
[gnu-emacs] / lisp / select.el
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 ()