From: Richard M. Stallman Date: Sun, 3 Jan 1999 02:05:10 +0000 (+0000) Subject: (clipboard-yank): Doc fix. X-Git-Tag: emacs-20.4~967 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ee4976640cb1d26363449c3e99889e5d2dee2200;p=emacs.git (clipboard-yank): Doc fix. --- 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)))