From: Eli Zaretskii Date: Fri, 11 Dec 2015 09:30:18 +0000 (+0200) Subject: * lisp/files.el (load-library): Doc fix. (Bug#22140) X-Git-Tag: emacs-25.0.90~498 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5aaa636b7bc5fbc7cb946a5f8cb3f9dd3604159d;p=emacs.git * lisp/files.el (load-library): Doc fix. (Bug#22140) --- diff --git a/lisp/files.el b/lisp/files.el index 10c0cea5064..e7f7151acbd 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1023,6 +1023,7 @@ Return nil if COMMAND is not found anywhere in `exec-path'." (defun load-library (library) "Load the Emacs Lisp library named LIBRARY. +LIBRARY should be a string. This is an interface to the function `load'. LIBRARY is searched for in `load-path', both with and without `load-suffixes' (as well as `load-file-rep-suffixes').