]> git.eshelyaron.com Git - emacs.git/commit
(Info-extract-menu-node-name): When looking for end of
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 25 Jan 2003 02:45:12 +0000 (02:45 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 25 Jan 2003 02:45:12 +0000 (02:45 +0000)
commit505b68d57d732e359570a61ce37a20c6c19f0a8d
tree921c966e44d30381e732e45e433077aedb24a993
parent921e5fe6906f6d9122147324deb6cfc28e164e86
(Info-extract-menu-node-name): When looking for end of
menu item, don't stop at first ":"; instead, continue
until trailing context is either a space or newline.
(Info-complete-menu-item): Change var `pattern' to allow ":" in menu item.
(Info-menu): Likewise, for regexp used in backwards search.
(Info-try-follow-nearest-node): Remove case added in previous edit.
Instead, change the regexp in the following case to allow ":" in menu item.
(Info-fontify-node): Fix bug: Handle `next-property-change' returning
point-max as "hasn't already been done".
lisp/ChangeLog
lisp/info.el