summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1999-01-03 02:05:10 +0000
committerRichard M. Stallman <rms@gnu.org>1999-01-03 02:05:10 +0000
commitee4976640cb1d26363449c3e99889e5d2dee2200 (patch)
treeab0e2fa42e783c62014a81ab5664bc253a95ef2d /lisp/menu-bar.el
parent76af32d5f76c64063358400728cb2b32912068e5 (diff)
downloademacs-ee4976640cb1d26363449c3e99889e5d2dee2200.tar.gz
(clipboard-yank): Doc fix.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r--lisp/menu-bar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index e1157edbcbf..2c08e4f5b66 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -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)))