Mercurial > emacs
changeset 68797:9257a489f3e6
(menu-bar-select-yank): Add a doc string.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 11 Feb 2006 16:17:05 +0000 |
parents | 07772c811eb0 |
children | 8327f0369e4b |
files | lisp/menu-bar.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/menu-bar.el Sat Feb 11 16:03:14 2006 +0000 +++ b/lisp/menu-bar.el Sat Feb 11 16:17:05 2006 +0000 @@ -1502,6 +1502,8 @@ (put 'menu-bar-select-yank 'apropos-inhibit t) (defun menu-bar-select-yank () + "Insert the stretch of previously-killed text selected from menu. +The menu shows all the killed text sequences stored in `kill-ring'." (interactive "*") (push-mark (point)) (insert last-command-event))