From e9e50b12cd273bd9c6602ead79124eb26f492601 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Fri, 17 Dec 2004 15:17:02 +0000 Subject: [PATCH] (describe-variable): Add follow-link property to "below" button. --- lisp/help-fns.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 125b18614a2..f799fbd9be7 100644 --- a/lisp/help-fns.el +++ b/lisp/help-fns.el @@ -569,6 +569,7 @@ it is displayed along with the global value." (insert " value is shown ") (insert-button "below" 'action help-button-cache + 'follow-link t 'help-echo "mouse-2, RET: show value") (insert ".\n\n"))) ;; Add a note for variables that have been make-var-buffer-local. -- 2.39.2