diff lisp/progmodes/cpp.el @ 38078:8bc0292b0367

(cpp-make-button): Add help-echo to mouse-highlighted text.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 17 Jun 2001 11:21:48 +0000
parents d5e4d3d5012c
children b174db545cfd
line wrap: on
line diff
--- a/lisp/progmodes/cpp.el	Sun Jun 17 11:21:07 2001 +0000
+++ b/lisp/progmodes/cpp.el	Sun Jun 17 11:21:48 2001 +0000
@@ -776,6 +776,7 @@
     (add-text-properties from to
 			 (append (list 'face face)
 				 '(mouse-face highlight)
+				 '(help-echo "mouse-2: change/use this item")
 				 (list 'cpp-callback callback)
 				 (if data (list 'cpp-data data))))))