diff options
| -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 | |||
| 519 | help buffer." | 519 | help buffer." |
| 520 | (with-current-buffer (help-buffer) | 520 | (with-current-buffer (help-buffer) |
| 521 | ;; Push the previous item on the stack before clobbering the output buffer. | 521 | ;; Push the previous item on the stack before clobbering the output buffer. |
| 522 | (help-setup-xref (list 'help-xref-interned symbol) nil) | 522 | (help-setup-xref nil nil) |
| 523 | (let ((facedoc (when (facep symbol) | 523 | (let ((facedoc (when (facep symbol) |
| 524 | ;; Don't record the current entry in the stack. | 524 | ;; Don't record the current entry in the stack. |
| 525 | (setq help-xref-stack-item nil) | 525 | (setq help-xref-stack-item nil) |