# HG changeset patch # User Eli Zaretskii # Date 1234538073 0 # Node ID 3e03f2f41ae52d5e32a42a6f1e69b4a41b6cca2f # Parent 890ba79af58f807c89fefc7eb834dc3171eba909 (load-library): Doc fix. diff -r 890ba79af58f -r 3e03f2f41ae5 lisp/files.el --- 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: "