/[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.37 by monnier, Thu Aug 15 00:08:48 2002 UTC revision 1.38 by lektu, Fri Sep 6 07:13:27 2002 UTC
# Line 115  See the functions `find-function' and `f Line 115  See the functions `find-function' and `f
115  (defun find-function-search-for-symbol (symbol variable-p library)  (defun find-function-search-for-symbol (symbol variable-p library)
116    "Search for SYMBOL.    "Search for SYMBOL.
117  If VARIABLE-P is nil, `find-function-regexp' is used, otherwise  If VARIABLE-P is nil, `find-function-regexp' is used, otherwise
118  `find-variable-regexp' is used.   The search is done in library LIBRARY."  `find-variable-regexp' is used.  The search is done in library LIBRARY."
119    (if (null library)    (if (null library)
120        (error "Don't know where `%s' is defined" symbol))        (error "Don't know where `%s' is defined" symbol))
121    ;; Some functions are defined as part of the construct    ;; Some functions are defined as part of the construct

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

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