(clipboard-yank): Doc fix.
This commit is contained in:
parent
76af32d5f7
commit
ee4976640c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue