From: Kim F. Storm Date: Fri, 17 Dec 2004 15:17:02 +0000 (+0000) Subject: (describe-variable): Add follow-link property to "below" button. X-Git-Tag: ttn-vms-21-2-B4~3219 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e9e50b12cd273bd9c6602ead79124eb26f492601;p=emacs.git (describe-variable): Add follow-link property to "below" button. --- 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.