(find-function-search-for-symbol): Fix spacing.

This commit is contained in:
Juanma Barranquero 2002-09-06 07:13:27 +00:00
parent 07c209a089
commit 2251e3edaf

View file

@ -115,7 +115,7 @@ See the functions `find-function' and `find-variable'."
(defun find-function-search-for-symbol (symbol variable-p library)
"Search for SYMBOL.
If VARIABLE-P is nil, `find-function-regexp' is used, otherwise
`find-variable-regexp' is used. The search is done in library LIBRARY."
`find-variable-regexp' is used. The search is done in library LIBRARY."
(if (null library)
(error "Don't know where `%s' is defined" symbol))
;; Some functions are defined as part of the construct