From: Nick Roberts Date: Mon, 26 Mar 2007 10:20:27 +0000 (+0000) Subject: Change help-echo (again). `Entering directory DIR' visits DIR X-Git-Tag: emacs-pretest-22.0.97~167 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ae48997963db855572955b5b0db54427782627a;p=emacs.git Change help-echo (again). `Entering directory DIR' visits DIR but `Leaving directory DIR' visits parent of DIR. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 62bb276feeb..7fd5f83ea78 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -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