From ee4976640cb1d26363449c3e99889e5d2dee2200 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 3 Jan 1999 02:05:10 +0000 Subject: [PATCH] (clipboard-yank): Doc fix. --- lisp/menu-bar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.2