diff lisp/progmodes/compile.el @ 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 712ae35a87ce
children 9d01047fbeaf 4ef881a120fe
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