From 3b313ca8d1f9a6bf2c3c422b9678aa3378bd01dd Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 2 Dec 1998 19:36:22 +0000 Subject: [PATCH] (help-make-xrefs): Use `info', not the non-autoloaded `Info-goto-node'. --- lisp/help.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." ;; Info references (save-excursion (while (re-search-forward help-xref-info-regexp nil t) - (help-xref-button 1 #'Info-goto-node (match-string 1)))) + (help-xref-button 1 #'info (match-string 1)))) ;; An obvious case of a key substitution: (save-excursion (while (re-search-forward -- 2.39.2