# HG changeset patch # User Nick Roberts # Date 1158055238 0 # Node ID 111c9ca5ccfbcc4d6e568b4b610c2a9f3b781c59 # Parent db5e176f3030d05b918f2e35bf297237c553e0c4 (compilation-directory-properties): Doc fix for help-echo. diff -r db5e176f3030 -r 111c9ca5ccfb lisp/progmodes/compile.el --- 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