/[emacs]/emacs/lisp/info.el
ViewVC logotype

Diff of /emacs/lisp/info.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.313 by rms, Fri Jul 12 17:41:54 2002 UTC revision 1.314 by rms, Thu Jul 25 18:19:43 2002 UTC
# Line 1939  Give a blank topic name to go to the Ind Line 1939  Give a blank topic name to go to the Ind
1939      (if (or (re-search-forward (format      (if (or (re-search-forward (format
1940                                  "[a-zA-Z]+: %s\\( \\|$\\)"                                  "[a-zA-Z]+: %s\\( \\|$\\)"
1941                                  (regexp-quote name)) nil t)                                  (regexp-quote name)) nil t)
1942                ;; Find a function definition with a return type.
1943                (re-search-forward (format
1944                                    "[a-zA-Z]+: [a-zA-Z0-9_]+ %s\\( \\|$\\)"
1945                                    (regexp-quote name)) nil t)
1946              (search-forward (format "`%s'" name) nil t)              (search-forward (format "`%s'" name) nil t)
1947              (and (string-match "\\`.*\\( (.*)\\)\\'" name)              (and (string-match "\\`.*\\( (.*)\\)\\'" name)
1948                   (search-forward                   (search-forward

Legend:
Removed from v.1.313  
changed lines
  Added in v.1.314

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26