emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 5aaa636: * lisp/files.el (load-library): Doc fix.


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-25 5aaa636: * lisp/files.el (load-library): Doc fix. (Bug#22140)
Date: Fri, 11 Dec 2015 09:30:36 +0000

branch: emacs-25
commit 5aaa636b7bc5fbc7cb946a5f8cb3f9dd3604159d
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * lisp/files.el (load-library): Doc fix.  (Bug#22140)
---
 lisp/files.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lisp/files.el b/lisp/files.el
index 10c0cea..e7f7151 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').



reply via email to

[Prev in Thread] Current Thread [Next in Thread]