]> git.eshelyaron.com Git - emacs.git/commitdiff
(wdired-mode-map): Add help echo for wdired-abort-changes.
authorNick Roberts <nickrob@snap.net.nz>
Thu, 12 Jan 2006 21:23:12 +0000 (21:23 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Thu, 12 Jan 2006 21:23:12 +0000 (21:23 +0000)
lisp/wdired.el

index 56518691cad2880176b98143aeab7e4b71dc9dc8..298d20a370d47140aba3b5af60314510710e5a5a 100644 (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.