1
0
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:
Nick Roberts 2006-01-12 21:23:12 +00:00
parent 13780e21d6
commit 48391a5368

View File

@ -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.