From: Dave Love Date: Mon, 27 Nov 2000 17:41:06 +0000 (+0000) Subject: (apropos-print): Add help-echo to active text. X-Git-Tag: emacs-pretest-21.0.92~42 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0934097355f21077d8e2ead4e7301c0323d00880;p=emacs.git (apropos-print): Add help-echo to active text. --- diff --git a/lisp/apropos.el b/lisp/apropos.el index fe441219e99..f284b18b199 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -508,7 +508,8 @@ alphabetically by symbol name; but this function also sets (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))