]> git.eshelyaron.com Git - emacs.git/commitdiff
(load-library): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Fri, 13 Feb 2009 15:14:33 +0000 (15:14 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 13 Feb 2009 15:14:33 +0000 (15:14 +0000)
lisp/files.el

index 84995d20a2db16ccbb04ced7441cb631731749f9..fd4d05b6577bb8f6994fcea156534ff7ecf24e55 100644 (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: "