diff options
| author | Eli Zaretskii | 2015-12-11 11:30:18 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-12-11 11:30:18 +0200 |
| commit | 5aaa636b7bc5fbc7cb946a5f8cb3f9dd3604159d (patch) | |
| tree | b2dd39c1c25a9b001f06bc1a84cf4050c4209b41 | |
| parent | cabe9044380df45c1d5d57243955b49de721861a (diff) | |
| download | emacs-5aaa636b7bc5fbc7cb946a5f8cb3f9dd3604159d.tar.gz emacs-5aaa636b7bc5fbc7cb946a5f8cb3f9dd3604159d.zip | |
* lisp/files.el (load-library): Doc fix. (Bug#22140)
| -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'). |