aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/find-func.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/find-func.el b/lisp/emacs-lisp/find-func.el
index 6186577079e..c05167cc3c9 100644
--- a/lisp/emacs-lisp/find-func.el
+++ b/lisp/emacs-lisp/find-func.el
@@ -125,7 +125,7 @@ See the functions `find-function' and `find-variable'."
125 (setq library (replace-match "" t t library 1))) 125 (setq library (replace-match "" t t library 1)))
126 (or (locate-file library 126 (or (locate-file library
127 (or find-function-source-path load-path) 127 (or find-function-source-path load-path)
128 (append (find-library-suffixes) "")) 128 (append (find-library-suffixes) '("")))
129 (error "Can't find library %s" library))) 129 (error "Can't find library %s" library)))
130 130
131;;;###autoload 131;;;###autoload