aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2015-12-11 11:30:18 +0200
committerEli Zaretskii2015-12-11 11:30:18 +0200
commit5aaa636b7bc5fbc7cb946a5f8cb3f9dd3604159d (patch)
treeb2dd39c1c25a9b001f06bc1a84cf4050c4209b41
parentcabe9044380df45c1d5d57243955b49de721861a (diff)
downloademacs-5aaa636b7bc5fbc7cb946a5f8cb3f9dd3604159d.tar.gz
emacs-5aaa636b7bc5fbc7cb946a5f8cb3f9dd3604159d.zip
* lisp/files.el (load-library): Doc fix. (Bug#22140)
-rw-r--r--lisp/files.el1
1 files changed, 1 insertions, 0 deletions
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'."
1023 1023
1024(defun load-library (library) 1024(defun load-library (library)
1025 "Load the Emacs Lisp library named LIBRARY. 1025 "Load the Emacs Lisp library named LIBRARY.
1026LIBRARY should be a string.
1026This is an interface to the function `load'. LIBRARY is searched 1027This is an interface to the function `load'. LIBRARY is searched
1027for in `load-path', both with and without `load-suffixes' (as 1028for in `load-path', both with and without `load-suffixes' (as
1028well as `load-file-rep-suffixes'). 1029well as `load-file-rep-suffixes').