# HG changeset patch # User Dave Love # Date 975346866 0 # Node ID d2f15377cc82b2984fae4b0390e3393412e5fd3f # Parent 9fd4e6727f6b93f4c25181b556d0e990ddb76cef (apropos-print): Add help-echo to active text. diff -r 9fd4e6727f6b -r d2f15377cc82 lisp/apropos.el --- a/lisp/apropos.el Mon Nov 27 17:24:54 2000 +0000 +++ b/lisp/apropos.el Mon Nov 27 17:41:06 2000 +0000 @@ -508,7 +508,8 @@ (if (and apropos-label-face (symbolp apropos-label-face)) `(face ,apropos-label-face - mouse-face highlight))) + mouse-face highlight + help-echo "mouse-2: display help on this item"))) (with-output-to-temp-buffer "*Apropos*" (let ((p apropos-accumulator) (old-buffer (current-buffer))