1
0
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:
Richard M. Stallman 1999-01-03 02:05:10 +00:00
parent 76af32d5f7
commit ee4976640c

View File

@ -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)))