From 5aaa636b7bc5fbc7cb946a5f8cb3f9dd3604159d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 11 Dec 2015 11:30:18 +0200 Subject: [PATCH] * lisp/files.el (load-library): Doc fix. (Bug#22140) --- lisp/files.el | 1 + 1 file changed, 1 insertion(+) 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'). -- 2.39.2