mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
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.
This commit is contained in:
parent
881329dcf7
commit
02328db965
3 changed files with 7 additions and 2 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2014-02-10 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* w32-common-fns.el (x-get-selection): Doc fix.
|
||||
* select.el (x-get-selection): Doc fix. (Bug#15109)
|
||||
|
||||
* face-remap.el (face-remap-add-relative)
|
||||
(face-remap-remove-relative, face-remap-reset-base)
|
||||
(face-remap-set-base): Call force-mode-line-update to redisplay
|
||||
|
|
|
|||
|
|
@ -89,7 +89,8 @@ 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."
|
||||
in `selection-converter-alist', which see. This argument is
|
||||
ignored on MS-Windows and MS-DOS."
|
||||
(let ((data (x-get-selection-internal (or type 'PRIMARY)
|
||||
(or data-type 'STRING)))
|
||||
coding)
|
||||
|
|
|
|||
|
|
@ -79,7 +79,8 @@ 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."
|
||||
in `selection-converter-alist', which see. This argument is
|
||||
ignored on MS-Windows and MS-DOS."
|
||||
(get 'x-selections (or type 'PRIMARY)))
|
||||
|
||||
;; x-selection-owner-p is used in simple.el
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue