diff options
| -rw-r--r-- | lisp/help.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el index 2f4135b7133..5220f21a20c 100644 --- a/lisp/help.el +++ b/lisp/help.el | |||
| @@ -970,7 +970,7 @@ that." | |||
| 970 | ;; Info references | 970 | ;; Info references |
| 971 | (save-excursion | 971 | (save-excursion |
| 972 | (while (re-search-forward help-xref-info-regexp nil t) | 972 | (while (re-search-forward help-xref-info-regexp nil t) |
| 973 | (help-xref-button 1 #'Info-goto-node (match-string 1)))) | 973 | (help-xref-button 1 #'info (match-string 1)))) |
| 974 | ;; An obvious case of a key substitution: | 974 | ;; An obvious case of a key substitution: |
| 975 | (save-excursion | 975 | (save-excursion |
| 976 | (while (re-search-forward | 976 | (while (re-search-forward |