(save-excursion
(set-buffer Info-complete-menu-buffer)
(goto-char (point-min))
+ (search-forward "\n* Menu:")
(while (re-search-forward pattern nil t)
(setq completions (cons (cons (format "%s"
(buffer-substring
(save-excursion
(set-buffer Info-complete-menu-buffer)
(goto-char (point-min))
+ (search-forward "\n* Menu:")
(while (re-search-forward pattern nil t)
(setq completions (cons (cons (format "%s"
(buffer-substring
(save-excursion
(set-buffer Info-complete-menu-buffer)
(goto-char (point-min))
+ (search-forward "\n* Menu:")
(re-search-forward (concat "\n\\* "
(regexp-quote string)
":")