diff options
author | Dave Love <fx@gnu.org> | 2000-11-27 17:41:06 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-11-27 17:41:06 +0000 |
commit | 0934097355f21077d8e2ead4e7301c0323d00880 (patch) | |
tree | b7c6c6a79ccae017b8fa57e5e3b3ca7b46cc78a4 /lisp/apropos.el | |
parent | d235b2db166a579d0995e11fa634434b29379042 (diff) | |
download | emacs-0934097355f21077d8e2ead4e7301c0323d00880.tar.gz |
(apropos-print): Add help-echo to active text.
Diffstat (limited to 'lisp/apropos.el')
-rw-r--r-- | lisp/apropos.el | 3 |
1 files changed, 2 insertions, 1 deletions
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)) |