mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-29 19:48:19 +00:00
(wdired-mode-map): Add help echo for wdired-abort-changes.
This commit is contained in:
parent
13780e21d6
commit
48391a5368
@ -193,7 +193,8 @@ program `dired-chmod-program', which must exist."
|
||||
(define-key map [menu-bar wdired dashes]
|
||||
'("--"))
|
||||
(define-key map [menu-bar wdired wdired-abort-changes]
|
||||
'("Abort Changes" . wdired-abort-changes))
|
||||
'(menu-item "Abort Changes" wdired-abort-changes
|
||||
:help "Abort changes and return to dired mode"))
|
||||
(define-key map [menu-bar wdired wdired-finish-edit]
|
||||
'("Commit Changes" . wdired-finish-edit))
|
||||
;; FIXME: Use the new remap trick.
|
||||
|
Loading…
Reference in New Issue
Block a user