# HG changeset patch # User Richard M. Stallman # Date 915329110 0 # Node ID f9ccd26b862724a4acd8fdac61fddd9eca4dd730 # Parent bba55b2f2577deec65c6a24dbf1c913820568748 (clipboard-yank): Doc fix. diff -r bba55b2f2577 -r f9ccd26b8627 lisp/menu-bar.el --- a/lisp/menu-bar.el Sun Jan 03 01:56:31 1999 +0000 +++ b/lisp/menu-bar.el Sun Jan 03 02:05:10 1999 +0000 @@ -311,7 +311,7 @@ '(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)))