Mercurial > emacs
changeset 33921:d2f15377cc82
(apropos-print): Add help-echo to active text.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 27 Nov 2000 17:41:06 +0000 |
parents | 9fd4e6727f6b |
children | 022179568a0f |
files | lisp/apropos.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))