1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(x-get-selection): Docstring dix.

This commit is contained in:
Eli Zaretskii 2000-11-27 15:35:32 +00:00
parent 601e0081ea
commit 76058c27ab
2 changed files with 9 additions and 1 deletions

View 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.

View File

@ -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 ()