diff options
| -rw-r--r-- | lisp/progmodes/compile.el | 2 |
1 files changed, 1 insertions, 1 deletions
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', | |||
| 625 | (cons (match-string-no-properties idx) dir)) | 625 | (cons (match-string-no-properties idx) dir)) |
| 626 | mouse-face highlight | 626 | mouse-face highlight |
| 627 | keymap compilation-button-map | 627 | keymap compilation-button-map |
| 628 | help-echo "mouse-2: visit current directory"))) | 628 | help-echo "mouse-2: visit this directory"))) |
| 629 | 629 | ||
| 630 | ;; Data type `reverse-ordered-alist' retriever. This function retrieves the | 630 | ;; Data type `reverse-ordered-alist' retriever. This function retrieves the |
| 631 | ;; KEY element from the ALIST, creating it in the right position if not already | 631 | ;; KEY element from the ALIST, creating it in the right position if not already |