]> git.eshelyaron.com Git - emacs.git/commitdiff
(describe-variable): Add follow-link property to "below" button.
authorKim F. Storm <storm@cua.dk>
Fri, 17 Dec 2004 15:17:02 +0000 (15:17 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 17 Dec 2004 15:17:02 +0000 (15:17 +0000)
lisp/help-fns.el

index 125b18614a21b817dfa1f5f5f25fbaf8f215b769..f799fbd9be7d4117d5dd2a3f33a75a38807a6d95 100644 (file)
@@ -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.