From: Eli Zaretskii Date: Fri, 13 Feb 2009 15:14:33 +0000 (+0000) Subject: (load-library): Doc fix. X-Git-Tag: emacs-pretest-23.0.91~233 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e005ff0da1ce4811b4f6e817e4ae9a4098b11394;p=emacs.git (load-library): Doc fix. --- 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'." (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: "