diff options
| author | Eli Zaretskii | 2009-02-13 15:14:33 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-02-13 15:14:33 +0000 |
| commit | e005ff0da1ce4811b4f6e817e4ae9a4098b11394 (patch) | |
| tree | b3ba69b5eb0e32800a150ac750d0828529d6713c | |
| parent | 649504a17bfbb1ed3ea74ed0c8f7f8ee0b696c25 (diff) | |
| download | emacs-e005ff0da1ce4811b4f6e817e4ae9a4098b11394.tar.gz emacs-e005ff0da1ce4811b4f6e817e4ae9a4098b11394.zip | |
(load-library): Doc fix.
| -rw-r--r-- | lisp/files.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/files.el b/lisp/files.el index 84995d20a2d..fd4d05b6577 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -829,6 +829,10 @@ Return nil if COMMAND is not found anywhere in `exec-path'." | |||
| 829 | 829 | ||
| 830 | (defun load-library (library) | 830 | (defun load-library (library) |
| 831 | "Load the library named LIBRARY. | 831 | "Load the library named LIBRARY. |
| 832 | |||
| 833 | LIBRARY should be a relative file name of the library, a string. | ||
| 834 | It can omit the suffix (a.k.a. file-name extension). | ||
| 835 | |||
| 832 | This is an interface to the function `load'." | 836 | This is an interface to the function `load'." |
| 833 | (interactive | 837 | (interactive |
| 834 | (list (completing-read "Load library: " | 838 | (list (completing-read "Load library: " |