]> git.eshelyaron.com Git - emacs.git/commit
Fix 'Info-goto-node-web' when NODE is given in various forms
authorEli Zaretskii <eliz@gnu.org>
Sat, 2 Dec 2023 13:25:08 +0000 (15:25 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 Dec 2023 13:25:08 +0000 (15:25 +0200)
commit546a68925c90829d6977b7e4649e7fc0ed20d9f7
treeed4e2e01c9bed66adc3e0175922da32bc5f2ef75
parent7ff943044e9b261768253404b48d5c6419d2f143
Fix 'Info-goto-node-web' when NODE is given in various forms

* lisp/info.el (Info-goto-node-web): Support all forms of node
input, per 'Info-read-node-name's documentation, and extract
FILENAME from NODE if given there.  Default NODE to "Top" if not
provided by the user.  (Bug#67531)
(Info-url-for-node): Support browsing the "Top" node.
lisp/info.el