]> git.eshelyaron.com Git - emacs.git/commitdiff
(find-function-search-for-symbol): Fix spacing.
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 07:13:27 +0000 (07:13 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 6 Sep 2002 07:13:27 +0000 (07:13 +0000)
lisp/emacs-lisp/find-func.el

index e305fac2116309cb1c8781c4ea1d6f8507f84b79..1225333ed26201fd883324a4990a459fb24f3fcb 100644 (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