]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/files.el (load-library): Doc fix. (Bug#22140)
authorEli Zaretskii <eliz@gnu.org>
Fri, 11 Dec 2015 09:30:18 +0000 (11:30 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 11 Dec 2015 09:30:18 +0000 (11:30 +0200)
lisp/files.el

index 10c0cea506453680bb5ee063d49d426bd9ee52e8..e7f7151acbd5a4a7904d27dd05b95a9e0dc1dc65 100644 (file)
@@ -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').