From f7902bdcc9b9ca75b8e156d3560494f43a9b799e Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sat, 28 Oct 2000 18:56:05 +0000 Subject: [PATCH] (Info-fontify-node): Add help-echo for menu items. --- lisp/info.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/info.el b/lisp/info.el index 14c6b13cda0..e02ae97a0e1 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -2450,10 +2450,10 @@ the variable `Info-file-list-for-emacs'." (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)))) -- 2.39.5