]> git.eshelyaron.com Git - emacs.git/commitdiff
(help-xref-interned): Undo last mistaken change.
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 14 Jul 2005 02:10:34 +0000 (02:10 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 14 Jul 2005 02:10:34 +0000 (02:10 +0000)
lisp/help-mode.el

index 1f5f98a7354b99b76849ffc7575db069d38d1248..831db8cc0cccd86d498c0eabebfdd54b1af0d07c 100644 (file)
@@ -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)