]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/select.el (gui-get-selection): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 14 Apr 2018 07:53:34 +0000 (10:53 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 14 Apr 2018 07:53:34 +0000 (10:53 +0300)
lisp/select.el

index d5c9d7cbbbded50943276f34c41b895bd1d6e344..698be837547dacebfe1d76d3b94e38e3bcf9bc3e 100644 (file)
@@ -291,8 +291,10 @@ all upper-case names.  The most often used ones, in addition to
 `PRIMARY', are `SECONDARY' and `CLIPBOARD'.
 
 DATA-TYPE is usually `STRING', but can also be one of the symbols
-in `selection-converter-alist', which see.  This argument is
-ignored on NS, MS-Windows and MS-DOS."
+in `selection-converter-alist', which see.  Window systems other
+than X usually support only a small subset of these symbols, in
+addition to `STRING'; MS-Windows supports `TARGETS', which reports
+the formats available in the clipboard if TYPE is `CLIPBOARD'."
   (let ((data (gui-backend-get-selection (or type 'PRIMARY)
                                          (or data-type 'STRING))))
     (when (and (stringp data)