diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/help-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |