# HG changeset patch # User Kim F. Storm # Date 1103296622 0 # Node ID 99a7590b27361fae7e631fec118e91ff904eb3ca # Parent 52e86589c83a95e79c3062a02688adff11aed0fb (describe-variable): Add follow-link property to "below" button. diff -r 52e86589c83a -r 99a7590b2736 lisp/help-fns.el --- a/lisp/help-fns.el Fri Dec 17 15:16:46 2004 +0000 +++ b/lisp/help-fns.el Fri Dec 17 15:17:02 2004 +0000 @@ -569,6 +569,7 @@ (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.