diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-07-29 01:48:52 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-07-29 01:48:52 +0000 |
commit | f2fc5b0a05f74f574c21f109476657197869309b (patch) | |
tree | c2c1b308ab8dffac219c6b978a4d1988543e47c9 /lisp/info.el | |
parent | bf29d4c1c64c6184ecf090c2c58ca9d6ad9550d0 (diff) | |
download | emacs-f2fc5b0a05f74f574c21f109476657197869309b.tar.gz |
(Info-find-index-name): Improve last change.
Diffstat (limited to 'lisp/info.el')
-rw-r--r-- | lisp/info.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/info.el b/lisp/info.el index 07304eabb05..4acc8bf320c 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -1941,7 +1941,7 @@ Give a blank topic name to go to the Index node itself." (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) |