(menu-bar-edit-menu) <yank-menu, yank>: Mention
"yank" in the help-echo text. Suggested by Pavel Janik <Pavel@Janik.cz>.
This commit is contained in:
parent
567e961e9f
commit
19bd58e821
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>: Mention
|
||||
"yank" in the help-echo text. Suggested by Pavel Jan,Bm(Bk
|
||||
<Pavel@Janik.cz>.
|
||||
|
||||
2001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
|
||||
|
|
|
@ -394,11 +394,11 @@ A large number or nil slows down menu responsiveness."
|
|||
(define-key menu-bar-edit-menu [select-paste]
|
||||
'(menu-item "Select and Paste" yank-menu
|
||||
:enable (and (cdr yank-menu) (not buffer-read-only))
|
||||
:help "Paste text cut/copied earlier"))
|
||||
:help "Paste (yank) text cut or copied earlier"))
|
||||
(define-key menu-bar-edit-menu [paste]
|
||||
'(menu-item "Paste" yank
|
||||
:enable (and (x-selection-exists-p) (not buffer-read-only))
|
||||
:help "Paste text most recently cut/copied"))
|
||||
:help "Paste (yank) text most recently cut/copied"))
|
||||
(define-key menu-bar-edit-menu [copy]
|
||||
'(menu-item "Copy" menu-bar-kill-ring-save
|
||||
:enable mark-active
|
||||
|
|
Loading…
Add table
Reference in a new issue