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:
parent
72b64ad5ba
commit
e9e50b12cd
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user