]> git.eshelyaron.com Git - emacs.git/commit
Adjust some search failure errors in info.el
authorNoam Postavsky <npostavs@gmail.com>
Tue, 28 Mar 2017 14:10:34 +0000 (10:10 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Wed, 29 Mar 2017 01:25:17 +0000 (21:25 -0400)
commitd707ba846902128572f420241897cbb966363ede
treeb34489a937005f680229c7d843ea99b8014d76ee
parentd546e47632316ea46d48b873641e4a1291653db7
Adjust some search failure errors in info.el

* lisp/info.el (Info-select-node): The search for beginning of node is
an internal detail, and is not normally expected to fail, so it should
not be a user error.
(Info-complete-menu-item): Failing to find a menu indicates the user
searched for a menu when there isn't one, so change to `use-error'.
lisp/info.el