diff options
| author | Dave Love | 2000-11-27 17:41:06 +0000 |
|---|---|---|
| committer | Dave Love | 2000-11-27 17:41:06 +0000 |
| commit | 0934097355f21077d8e2ead4e7301c0323d00880 (patch) | |
| tree | b7c6c6a79ccae017b8fa57e5e3b3ca7b46cc78a4 | |
| parent | d235b2db166a579d0995e11fa634434b29379042 (diff) | |
| download | emacs-0934097355f21077d8e2ead4e7301c0323d00880.tar.gz emacs-0934097355f21077d8e2ead4e7301c0323d00880.zip | |
(apropos-print): Add help-echo to active text.
| -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 | |||
| 508 | (if (and apropos-label-face | 508 | (if (and apropos-label-face |
| 509 | (symbolp apropos-label-face)) | 509 | (symbolp apropos-label-face)) |
| 510 | `(face ,apropos-label-face | 510 | `(face ,apropos-label-face |
| 511 | mouse-face highlight))) | 511 | mouse-face highlight |
| 512 | help-echo "mouse-2: display help on this item"))) | ||
| 512 | (with-output-to-temp-buffer "*Apropos*" | 513 | (with-output-to-temp-buffer "*Apropos*" |
| 513 | (let ((p apropos-accumulator) | 514 | (let ((p apropos-accumulator) |
| 514 | (old-buffer (current-buffer)) | 515 | (old-buffer (current-buffer)) |