1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(describe-variable): Add follow-link property to "below" button.

This commit is contained in:
Kim F. Storm 2004-12-17 15:17:02 +00:00
parent 72b64ad5ba
commit e9e50b12cd

View 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.