]> git.eshelyaron.com Git - emacs.git/commitdiff
(compilation-directory-properties):
authorNick Roberts <nickrob@snap.net.nz>
Tue, 12 Sep 2006 10:00:38 +0000 (10:00 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Tue, 12 Sep 2006 10:00:38 +0000 (10:00 +0000)
Doc fix for help-echo.

lisp/progmodes/compile.el

index 1c59409566a517984c6f134c8dcf03b9382344ca..cfa871f0f09b4111177394ecad55c8c8fb674c6d 100644 (file)
@@ -625,7 +625,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 current directory")))
+      help-echo "mouse-2: visit this 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