+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
(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)