# HG changeset patch # User Robert J. Chassell # Date 1203957031 0 # Node ID 692687f5f1cacac7006f44eb64937bc7636ea192 # Parent 6d942f0a4f741c54e16172afe3657d8b10bb8ab8 (describe-variable): Add phrases about initialization file with and without customization; use new button type help-info-variable. diff -r 6d942f0a4f74 -r 692687f5f1ca lisp/help-mode.el --- a/lisp/help-mode.el Mon Feb 25 16:06:08 2008 +0000 +++ b/lisp/help-mode.el Mon Feb 25 16:30:31 2008 +0000 @@ -159,6 +159,12 @@ 'help-function #'help-xref-go-forward 'help-echo (purecopy "mouse-2, RET: move forward to next help buffer")) +(define-button-type 'help-info-variable + :supertype 'help-xref + ;; the name of the variable is put before the argument to Info + 'help-function (lambda (a v) (info v)) + 'help-echo (purecopy "mouse-2, RET: read this Info node")) + (define-button-type 'help-info :supertype 'help-xref 'help-function #'info