Mercurial > emacs
changeset 76748:e22915955932
Change help-echo (again). `Entering directory DIR' visits DIR
but `Leaving directory DIR' visits parent of DIR.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Mon, 26 Mar 2007 10:20:27 +0000 |
parents | 44f86e993c52 |
children | 6a1a4e97079e |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/compile.el Mon Mar 26 08:13:45 2007 +0000 +++ b/lisp/progmodes/compile.el Mon Mar 26 10:20:27 2007 +0000 @@ -626,7 +626,7 @@ (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