(load-library): Doc fix.

This commit is contained in:
Eli Zaretskii 2009-02-13 15:14:33 +00:00
parent 649504a17b
commit e005ff0da1

View file

@ -829,6 +829,10 @@ Return nil if COMMAND is not found anywhere in `exec-path'."
(defun load-library (library)
"Load the library named LIBRARY.
LIBRARY should be a relative file name of the library, a string.
It can omit the suffix (a.k.a. file-name extension).
This is an interface to the function `load'."
(interactive
(list (completing-read "Load library: "