/[emacs]/emacs/lisp/emacs-lisp/find-func.el
ViewVC logotype

Diff of /emacs/lisp/emacs-lisp/find-func.el

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

revision 1.32 by rost, Mon May 6 21:11:58 2002 UTC revision 1.33 by rost, Wed May 8 16:42:09 2002 UTC
# Line 60  Line 60 
60    ;;  (define-derived-mode foo ...), (define-minor-mode foo)    ;;  (define-derived-mode foo ...), (define-minor-mode foo)
61    "^\\s-*(\\(def\\(ine-skeleton\\|ine-generic-mode\\|ine-derived-mode\\|\    "^\\s-*(\\(def\\(ine-skeleton\\|ine-generic-mode\\|ine-derived-mode\\|\
62  \[^cgv\W]\\w+\\*?\\)\\|define-minor-mode\  \[^cgv\W]\\w+\\*?\\)\\|define-minor-mode\
63  \\|easy-mmode-define-global-mode\\)\\(\\s-\\|\n\\)+'?\  \\|easy-mmode-define-global-mode\\)\\(\\s-\\|\n\\)+\\('\\|\(quote \\)?\
64  %s\\(\\s-\\|$\\|\(\\|\)\\)"  %s\\(\\s-\\|$\\|\(\\|\)\\)"
65    "The regexp used by `find-function' to search for a function definition.    "The regexp used by `find-function' to search for a function definition.
66  Note it must contain a `%s' at the place where `format'  Note it must contain a `%s' at the place where `format'
# Line 108  See the functions `find-function' and `f Line 108  See the functions `find-function' and `f
108    
109  ;;; Functions:  ;;; Functions:
110    
111    ;;;###autoload
112  (defun find-function-search-for-symbol (symbol variable-p library)  (defun find-function-search-for-symbol (symbol variable-p library)
113    "Search for SYMBOL.    "Search for SYMBOL.
114  If VARIABLE-P is nil, `find-function-regexp' is used, otherwise  If VARIABLE-P is nil, `find-function-regexp' is used, otherwise

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

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