aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/select.el
diff options
context:
space:
mode:
authorEli Zaretskii2014-02-10 19:05:52 +0200
committerEli Zaretskii2014-02-10 19:05:52 +0200
commit02328db965d8ffdaa67b0577a0763fc51092717c (patch)
tree7e7d449994abbff9cc4f80dc1dd17f47a98f0bed /lisp/select.el
parent881329dcf739c835479ff188ce2937679ce987d7 (diff)
downloademacs-02328db965d8ffdaa67b0577a0763fc51092717c.tar.gz
emacs-02328db965d8ffdaa67b0577a0763fc51092717c.zip
Fix bug #15109 with confusing mis-documentation of selection-converter-alist.
lisp/w32-common-fns.el (x-get-selection): Doc fix. lisp/select.el (x-get-selection): Doc fix.
Diffstat (limited to 'lisp/select.el')
-rw-r--r--lisp/select.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/select.el b/lisp/select.el
index fe302c988d7..c4d020343af 100644
--- a/lisp/select.el
+++ b/lisp/select.el
@@ -89,7 +89,8 @@ all upper-case names. The most often used ones, in addition to
89`PRIMARY', are `SECONDARY' and `CLIPBOARD'. 89`PRIMARY', are `SECONDARY' and `CLIPBOARD'.
90 90
91DATA-TYPE is usually `STRING', but can also be one of the symbols 91DATA-TYPE is usually `STRING', but can also be one of the symbols
92in `selection-converter-alist', which see." 92in `selection-converter-alist', which see. This argument is
93ignored on MS-Windows and MS-DOS."
93 (let ((data (x-get-selection-internal (or type 'PRIMARY) 94 (let ((data (x-get-selection-internal (or type 'PRIMARY)
94 (or data-type 'STRING))) 95 (or data-type 'STRING)))
95 coding) 96 coding)