1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Change help-echo (again). `Entering directory DIR' visits DIR

but `Leaving directory DIR' visits parent of DIR.
This commit is contained in:
Nick Roberts 2007-03-26 10:20:27 +00:00
parent b51065cf2e
commit 5ae4899796

View file

@ -626,7 +626,7 @@ Faces `compilation-error-face', `compilation-warning-face',
(cons (match-string-no-properties idx) dir))
mouse-face highlight
keymap compilation-button-map
help-echo "mouse-2: visit this directory")))
help-echo "mouse-2: visit destination directory")))
;; Data type `reverse-ordered-alist' retriever. This function retrieves the
;; KEY element from the ALIST, creating it in the right position if not already