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: Sun, 28 Jul 2002 21:48:52 -0400

Index: emacs/lisp/info.el
diff -c emacs/lisp/info.el:1.314 emacs/lisp/info.el:1.315
*** emacs/lisp/info.el:1.314    Thu Jul 25 14:19:43 2002
--- emacs/lisp/info.el  Sun Jul 28 21:48:52 2002
***************
*** 1941,1947 ****
                                (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)
--- 1941,1947 ----
                                (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)



reply via email to

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