# HG changeset patch # User Nick Roberts # Date 1174904427 0 # Node ID e229159559323fc49f31c80827c664c85530fbb1 # Parent 44f86e993c5252161eafc6543b51305b3f9525ad Change help-echo (again). `Entering directory DIR' visits DIR but `Leaving directory DIR' visits parent of DIR. diff -r 44f86e993c52 -r e22915955932 lisp/progmodes/compile.el --- 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