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:
parent
b51065cf2e
commit
5ae4899796
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue