From 774784f6bef1e3ff998ee2464ab37b4f84eac09a Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 14 Jul 2005 02:10:34 +0000 Subject: [PATCH] (help-xref-interned): Undo last mistaken change. --- lisp/help-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/help-mode.el b/lisp/help-mode.el index 1f5f98a7354..831db8cc0cc 100644 --- a/lisp/help-mode.el +++ b/lisp/help-mode.el @@ -519,7 +519,7 @@ Both variable, function and face documentation are extracted into a single help buffer." (with-current-buffer (help-buffer) ;; Push the previous item on the stack before clobbering the output buffer. - (help-setup-xref (list 'help-xref-interned symbol) nil) + (help-setup-xref nil nil) (let ((facedoc (when (facep symbol) ;; Don't record the current entry in the stack. (setq help-xref-stack-item nil) -- 2.39.5