]> git.eshelyaron.com Git - emacs.git/commitdiff
(apropos-print): Add help-echo to active text.
authorDave Love <fx@gnu.org>
Mon, 27 Nov 2000 17:41:06 +0000 (17:41 +0000)
committerDave Love <fx@gnu.org>
Mon, 27 Nov 2000 17:41:06 +0000 (17:41 +0000)
lisp/apropos.el

index fe441219e99d917bacadd26695fd0104055ac279..f284b18b199c394e6f3024d814b7fa8dbcf11de0 100644 (file)
@@ -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))