emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/info.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/info.el
Date: Thu, 25 Jul 2002 14:19:43 -0400

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.313 emacs/lisp/info.el:1.314
*** emacs/lisp/info.el:1.313    Fri Jul 12 13:41:54 2002
--- emacs/lisp/info.el  Thu Jul 25 14:19:43 2002
***************
*** 1939,1944 ****
--- 1939,1948 ----
      (if (or (re-search-forward (format
                                "[a-zA-Z]+: %s\\( \\|$\\)"
                                (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\\( \\|$\\)"
+                                 (regexp-quote name)) nil t)
            (search-forward (format "`%s'" name) nil t)
            (and (string-match "\\`.*\\( (.*)\\)\\'" name)
                 (search-forward



reply via email to

[Prev in Thread] Current Thread [Next in Thread]