]> git.eshelyaron.com Git - emacs.git/commit
Fix xref links in `C-h o'
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 16 Jul 2022 12:57:58 +0000 (14:57 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 16 Jul 2022 16:26:58 +0000 (18:26 +0200)
commit9b5eb661bf01d5b7e3453011b93f0eaf8621521e
tree776bde828f3ee0cedc5f11ede4216386bd1101e2
parent71b58ade86c7efc1019f88a9a3768877a2127c24
Fix xref links in `C-h o'

* lisp/help-fns.el (describe-symbol): Make xref links happen in
all sections (bug#49587).

* lisp/help-fns.el (describe-symbol): Add back/forward links.

* lisp/help-mode.el (help-make-xrefs): Factor out links from
here...
(help-xref--navigation-buttons): To here.
lisp/help-fns.el
lisp/help-mode.el