diff options
| -rw-r--r-- | lisp/files.el | 1 |
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. |
| 1026 | LIBRARY should be a string. | ||
| 1026 | This is an interface to the function `load'. LIBRARY is searched | 1027 | This is an interface to the function `load'. LIBRARY is searched |
| 1027 | for in `load-path', both with and without `load-suffixes' (as | 1028 | for in `load-path', both with and without `load-suffixes' (as |
| 1028 | well as `load-file-rep-suffixes'). | 1029 | well as `load-file-rep-suffixes'). |