changeset 102009:3e03f2f41ae5

(load-library): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 13 Feb 2009 15:14:33 +0000
parents 890ba79af58f
children 5a441ce3d28d
files lisp/files.el
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Fri Feb 13 14:54:27 2009 +0000
+++ b/lisp/files.el	Fri Feb 13 15:14:33 2009 +0000
@@ -829,6 +829,10 @@
 
 (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: "