From e005ff0da1ce4811b4f6e817e4ae9a4098b11394 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 13 Feb 2009 15:14:33 +0000 Subject: [PATCH] (load-library): Doc fix. --- lisp/files.el | 4 ++++ 1 file changed, 4 insertions(+) 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: " -- 2.39.5