changeset 23982:f9ccd26b8627

(clipboard-yank): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 03 Jan 1999 02:05:10 +0000
parents bba55b2f2577
children f81108c27669
files lisp/menu-bar.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)))