aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2005-07-14 02:10:34 +0000
committerStefan Monnier2005-07-14 02:10:34 +0000
commit774784f6bef1e3ff998ee2464ab37b4f84eac09a (patch)
treec38ba1a947ec68ce056c56213b89899c9948c89c
parent65dd62753694e95f644df89f7fc4f90afcf3ba5c (diff)
downloademacs-774784f6bef1e3ff998ee2464ab37b4f84eac09a.tar.gz
emacs-774784f6bef1e3ff998ee2464ab37b4f84eac09a.zip
(help-xref-interned): Undo last mistaken change.
-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
519help buffer." 519help 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)