# HG changeset patch # User Dave Love # Date 972759365 0 # Node ID 3cdab12284622df7407b8f15b294ca5c92c3fab3 # Parent c50588266cd5b6cfe666ac824cdec9e0f5cd7cd1 (Info-fontify-node): Add help-echo for menu items. diff -r c50588266cd5 -r 3cdab1228462 lisp/info.el --- a/lisp/info.el Sat Oct 28 18:48:08 2000 +0000 +++ b/lisp/info.el Sat Oct 28 18:56:05 2000 +0000 @@ -2450,10 +2450,10 @@ (put-text-property (match-beginning 0) (1+ (match-beginning 0)) 'face 'info-menu-5)) - (put-text-property (match-beginning 1) (match-end 1) - 'face 'info-xref) - (put-text-property (match-beginning 1) (match-end 1) - 'mouse-face 'highlight)))) + (add-text-properties (match-beginning 1) (match-end 1) + '(face info-xref + mouse-face highlight + help-echo "mouse-2: go to this node"))))) (set-buffer-modified-p nil))))