(info-apropos): Improve menu item regexp.
This commit is contained in:
parent
758b7b0962
commit
7b30b20c7e
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-04-09 Jesper Harder <harder@ifa.au.dk>
|
||||
|
||||
* info.el (info-apropos): Improve menu item regexp.
|
||||
|
||||
2004-04-09 Simon Josefsson <jas@extundo.com>
|
||||
|
||||
* mail/smtpmail.el: Add comment, based on report by
|
||||
|
|
|
@ -2441,7 +2441,7 @@ Build a menu of the possible matches."
|
|||
(message "Searching indices...")
|
||||
(goto-char (point-min))
|
||||
(re-search-forward "\\* Menu: *\n" nil t)
|
||||
(while (re-search-forward "\\*.*: (\\([^)]+\\))" nil t)
|
||||
(while (re-search-forward "\\*.*: *(\\([^)]+\\))" nil t)
|
||||
(add-to-list 'manuals (match-string 1)))
|
||||
(dolist (manual manuals)
|
||||
(message "Searching %s" manual)
|
||||
|
|
Loading…
Add table
Reference in a new issue