aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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').