mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-10 15:56:18 +00:00
(clipboard-yank): Doc fix.
This commit is contained in:
parent
76af32d5f7
commit
ee4976640c
@ -311,7 +311,7 @@ A large number or nil slows down menu responsiveness."
|
||||
'(or (x-selection-exists-p) (x-selection-exists-p 'CLIPBOARD)))
|
||||
|
||||
(defun clipboard-yank ()
|
||||
"Reinsert the last stretch of killed text, or the clipboard contents."
|
||||
"Insert the clipboard contents, or the last stretch of killed text."
|
||||
(interactive)
|
||||
(let ((x-select-enable-clipboard t))
|
||||
(yank)))
|
||||
|
Loading…
Reference in New Issue
Block a user