2012-11-17 Chong Yidong <cyd@gnu.org>
+ * help-mode.el (help-xref-interned): End on point-min (Bug#12737).
+
* filecache.el (file-cache-add-file): Handle relative file name in
the argument (Bug#12694).
" is also a " "face." "\n\n" facedoc))
;; Don't record the `describe-function' item in the stack.
(setq help-xref-stack-item nil)
- (help-setup-xref (list #'help-xref-interned symbol) nil)))))))
+ (help-setup-xref (list #'help-xref-interned symbol) nil))))
+ (goto-char (point-min)))))
\f
;; Navigation/hyperlinking with xrefs