/[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.29 by gerd, Wed Jul 25 15:04:21 2001 UTC revision 1.29.4.1 by lektu, Fri Sep 6 09:33:51 2002 UTC
# Line 111  See the functions `find-function' and `f Line 111  See the functions `find-function' and `f
111  (defun find-function-search-for-symbol (symbol variable-p library)  (defun find-function-search-for-symbol (symbol variable-p library)
112    "Search for SYMBOL.    "Search for SYMBOL.
113  If VARIABLE-P is nil, `find-function-regexp' is used, otherwise  If VARIABLE-P is nil, `find-function-regexp' is used, otherwise
114  `find-variable-regexp' is used.   The search is done in library LIBRARY."  `find-variable-regexp' is used.  The search is done in library LIBRARY."
115    (if (null library)    (if (null library)
116        (error "Don't know where `%s' is defined" symbol))        (error "Don't know where `%s' is defined" symbol))
117    (save-match-data    (save-match-data

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.29.4.1

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