diff options
Diffstat (limited to 'lisp/help-mode.el')
-rw-r--r-- | lisp/help-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/help-mode.el b/lisp/help-mode.el index a2dcdf91ed8..e9d3561d251 100644 --- a/lisp/help-mode.el +++ b/lisp/help-mode.el @@ -68,6 +68,7 @@ The format is (FUNCTION ARGS...).") ;; Button types used by help (define-button-type 'help-xref + 'follow-link t 'action #'help-button-action) (defun help-button-action (button) |