]> git.eshelyaron.com Git - emacs.git/commit
Add option Info-url-alist
authorMekeor Melire <mekeor@posteo.de>
Mon, 4 Dec 2023 15:37:37 +0000 (16:37 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 31 Jan 2024 20:08:09 +0000 (21:08 +0100)
commite71055740747e888676b6e663b9de473cd40bd29
tree14254ac5fdc074abad8123f713ba52d0a139b194
parent84fdab75bfe7910294db5c533aa26283dfb9cb2e
Add option Info-url-alist

* lisp/info.el (Info-url-alist): New option mapping manuals
to URLs.
(Info-url-for-node): Use it.
* test/lisp/info-tests.el (test-info-urls): Add more tests.
In particular, 'Info-url-for-node' should error when
manual-name is not handled in 'Info-url-alist'.
* etc/NEWS: Announce the change.  (Bug#67615)

(cherry picked from commit 756daa93b3ef7ce33e741ab30000fa397fcd9783)
etc/NEWS
lisp/info.el
test/lisp/info-tests.el