Mercurial > emacs
changeset 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 | e363336cbab3 |
children | 1320a274ce28 |
files | lisp/info.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)