summaryrefslogtreecommitdiff
path: root/lisp/help-mode.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2005-07-14 02:10:34 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2005-07-14 02:10:34 +0000
commit774784f6bef1e3ff998ee2464ab37b4f84eac09a (patch)
treec38ba1a947ec68ce056c56213b89899c9948c89c /lisp/help-mode.el
parent65dd62753694e95f644df89f7fc4f90afcf3ba5c (diff)
downloademacs-774784f6bef1e3ff998ee2464ab37b4f84eac09a.tar.gz
(help-xref-interned): Undo last mistaken change.
Diffstat (limited to 'lisp/help-mode.el')
-rw-r--r--lisp/help-mode.el2
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)