(help-xref-interned): Undo last mistaken change.
This commit is contained in:
parent
65dd627536
commit
774784f6be
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue