]> git.eshelyaron.com Git - emacs.git/commit
Add support for man page hyperlinks in doc strings
authorStefan Kangas <stefan@marxist.se>
Sat, 25 Sep 2021 01:03:34 +0000 (03:03 +0200)
committerStefan Kangas <stefan@marxist.se>
Sat, 25 Sep 2021 02:00:37 +0000 (04:00 +0200)
commit091791933704cd706f90c1685ac4b35f51c98199
tree41ae0d85203d4224cadd72b3b1c557774bdcab0b
parent0b2596432d8e29226ec2a52bf6292d65f7f28164
Add support for man page hyperlinks in doc strings

* lisp/help-mode.el (help-man): New button type.
(help-xref-man-regexp): New const.
(help-make-xrefs): Use them to allow making man page buttons.
* doc/lispref/tips.texi (Documentation Tips): Document the new
hyperlink type.  (Bug#39215)
doc/lispref/tips.texi
etc/NEWS
lisp/help-mode.el