]> git.eshelyaron.com Git - emacs.git/commit
Rename Man-build-section-alist (bug#28998)
authorBasil L. Contovounesios <contovob@tcd.ie>
Tue, 7 Nov 2017 14:51:37 +0000 (14:51 +0000)
committerNoam Postavsky <npostavs@gmail.com>
Sat, 11 Nov 2017 16:12:28 +0000 (11:12 -0500)
commit000e729071d6fb75eabe2bde8a5912440f1f3c44
treef89abdfe63881e936c6800d0ef2ccd749edd02c5
parent1fa0766cfa17e37be77a1566dbc775ab4ce7ff2e
Rename Man-build-section-alist (bug#28998)

The defsubst Man-build-section-alist builds and returns a list of
strings, so rename it to Man-build-section-list and make it a defun.

* lisp/man.el (Man-build-section-alist): Do it and reduce syntax.
(Man-goto-page):
* lisp/woman.el (woman-find-file): Use it.
lisp/man.el
lisp/woman.el