aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/help-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help-mode.el b/lisp/help-mode.el
index e0f3351e67d..7b95e5fb04e 100644
--- a/lisp/help-mode.el
+++ b/lisp/help-mode.el
@@ -107,7 +107,7 @@ The format is (FUNCTION ARGS...).")
107 107
108(defun help-button-action (button) 108(defun help-button-action (button)
109 "Call BUTTON's help function." 109 "Call BUTTON's help function."
110 (help-do-xref (button-start button) 110 (help-do-xref nil
111 (button-get button 'help-function) 111 (button-get button 'help-function)
112 (button-get button 'help-args))) 112 (button-get button 'help-args)))
113 113