]> git.eshelyaron.com Git - emacs.git/commitdiff
(clipboard-yank): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 3 Jan 1999 02:05:10 +0000 (02:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 3 Jan 1999 02:05:10 +0000 (02:05 +0000)
lisp/menu-bar.el

index e1157edbcbf4ab91135dbe77399640b71798f282..2c08e4f5b668c1518341eccfb96c027c8356abdc 100644 (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)))