[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-commit] emacs/lisp info.el
From: |
Thien-Thi Nguyen |
Subject: |
[Emacs-commit] emacs/lisp info.el |
Date: |
Fri, 24 Jan 2003 21:44:07 -0500 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Thien-Thi Nguyen <address@hidden> 03/01/24 21:44:07
Modified files:
lisp : info.el
Log message:
(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".
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/lisp/info.el.diff?tr1=1.332&tr2=1.333&r1=text&r2=text