]> git.eshelyaron.com Git - emacs.git/commitdiff
Change help-echo (again). `Entering directory DIR' visits DIR
authorNick Roberts <nickrob@snap.net.nz>
Mon, 26 Mar 2007 10:20:27 +0000 (10:20 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Mon, 26 Mar 2007 10:20:27 +0000 (10:20 +0000)
but `Leaving directory DIR' visits parent of DIR.

lisp/progmodes/compile.el

index 62bb276feebf6bbc0111750979b04bf71facdb75..7fd5f83ea78f3271150a976fc2f9cb4c10cae7fb 100644 (file)
@@ -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