summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2004-12-17 15:17:02 +0000
committerKim F. Storm <storm@cua.dk>2004-12-17 15:17:02 +0000
commite9e50b12cd273bd9c6602ead79124eb26f492601 (patch)
treeb35855b8e48e43f9844f50a91590bf1379ee1694
parent72b64ad5bae01aae2bd8c7d012cb392bafaf80a1 (diff)
downloademacs-e9e50b12cd273bd9c6602ead79124eb26f492601.tar.gz
(describe-variable): Add follow-link property to "below" button.
-rw-r--r--lisp/help-fns.el1
1 files changed, 1 insertions, 0 deletions
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.