(find-function-search-for-symbol): Fix spacing.
This commit is contained in:
parent
07c209a089
commit
2251e3edaf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue