From 2251e3edaf3cbb168b987d3c4541b185fc650955 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Fri, 6 Sep 2002 07:13:27 +0000 Subject: [PATCH] (find-function-search-for-symbol): Fix spacing. --- lisp/emacs-lisp/find-func.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el index e305fac2116..1225333ed26 100644 --- a/lisp/emacs-lisp/find-func.el +++ b/lisp/emacs-lisp/find-func.el @@ -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 -- 2.39.2