1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

* help-mode.el (help-xref-interned): End on point-min.

Fixes: debbugs:12737
This commit is contained in:
Chong Yidong 2012-11-17 14:48:10 +08:00
parent ec15e0ff0b
commit 8e7696a18b
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,7 @@
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).

View File

@ -677,7 +677,8 @@ help buffer."
" 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)))))
;; Navigation/hyperlinking with xrefs