From: Nick Roberts Date: Tue, 12 Sep 2006 10:00:38 +0000 (+0000) Subject: (compilation-directory-properties): X-Git-Tag: emacs-pretest-22.0.90~601 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ee9812b1fee42a38028e6a91237a0ba8dc9debb6;p=emacs.git (compilation-directory-properties): Doc fix for help-echo. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 1c59409566a..cfa871f0f09 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -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