(wdired-mode-map): Add help echo for wdired-abort-changes.
This commit is contained in:
parent
13780e21d6
commit
48391a5368
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue