From: Eli Zaretskii Date: Sun, 17 Jun 2001 11:21:48 +0000 (+0000) Subject: (cpp-make-button): Add help-echo to mouse-highlighted text. X-Git-Tag: emacs-pretest-21.0.104~242 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3c0a21c03dd342b2087720d0ab8a000da32fcc22;p=emacs.git (cpp-make-button): Add help-echo to mouse-highlighted text. --- diff --git a/lisp/progmodes/cpp.el b/lisp/progmodes/cpp.el index 6cdaec2fb57..590795a5540 100644 --- a/lisp/progmodes/cpp.el +++ b/lisp/progmodes/cpp.el @@ -776,6 +776,7 @@ BRANCH should be either nil (false branch), t (true branch) or 'both." (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))))))