# HG changeset patch # User Eli Zaretskii # Date 975339310 0 # Node ID 5876bde4519955c7f4ce0e7198dae2cb9b196d23 # Parent 0c780fd30da5523d6f06b6347324eb5f1a73d3d7 (x-get-selection): Docstring dix. diff -r 0c780fd30da5 -r 5876bde45199 lisp/select.el --- 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 ()