diff lisp/info.el @ 46714:bebf069404ac

(Info-find-index-name): Improve last change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 29 Jul 2002 01:48:52 +0000
parents ac544e207278
children 94b3c6a53104
line wrap: on
line diff
--- a/lisp/info.el	Sat Jul 27 19:50:34 2002 +0000
+++ b/lisp/info.el	Mon Jul 29 01:48:52 2002 +0000
@@ -1941,7 +1941,7 @@
 				(regexp-quote name)) nil t)
 	    ;; Find a function definition with a return type.
 	    (re-search-forward (format
-                                "[a-zA-Z]+: [a-zA-Z0-9_]+ %s\\( \\|$\\)"
+                                "[a-zA-Z]+: [a-zA-Z0-9_ *&]+ %s\\( \\|$\\)"
                                 (regexp-quote name)) nil t)
 	    (search-forward (format "`%s'" name) nil t)
 	    (and (string-match "\\`.*\\( (.*)\\)\\'" name)