comparison lisp/progmodes/compile.el @ 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 6cf723aafba1
children 81a55a7dc3c3
comparison
equal deleted inserted replaced
72829:db5e176f3030 72830:111c9ca5ccfb
623 (or (cdr dir) 623 (or (cdr dir)
624 '(nil)) ; nil only isn't a property-change 624 '(nil)) ; nil only isn't a property-change
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
632 ;; present. ALIST structure is 632 ;; present. ALIST structure is
633 ;; '(ANCHOR (KEY1 ...) (KEY2 ...)... (KEYn ALIST ...)) 633 ;; '(ANCHOR (KEY1 ...) (KEY2 ...)... (KEYn ALIST ...))