diff lisp/apropos.el @ 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 f7c3f0fff3e7
children b174db545cfd
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))