changeset 59019:99a7590b2736

(describe-variable): Add follow-link property to "below" button.
author Kim F. Storm <storm@cua.dk>
date Fri, 17 Dec 2004 15:17:02 +0000
parents 52e86589c83a
children 9916bd512da7
files lisp/help-fns.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.