Mercurial > emacs
changeset 72830:111c9ca5ccfb
(compilation-directory-properties):
Doc fix for help-echo.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Tue, 12 Sep 2006 10:00:38 +0000 |
parents | db5e176f3030 |
children | 4cace02d039d |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/compile.el Tue Sep 12 09:59:43 2006 +0000 +++ b/lisp/progmodes/compile.el Tue Sep 12 10:00:38 2006 +0000 @@ -625,7 +625,7 @@ (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