aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2009-02-13 15:14:33 +0000
committerEli Zaretskii2009-02-13 15:14:33 +0000
commite005ff0da1ce4811b4f6e817e4ae9a4098b11394 (patch)
treeb3ba69b5eb0e32800a150ac750d0828529d6713c
parent649504a17bfbb1ed3ea74ed0c8f7f8ee0b696c25 (diff)
downloademacs-e005ff0da1ce4811b4f6e817e4ae9a4098b11394.tar.gz
emacs-e005ff0da1ce4811b4f6e817e4ae9a4098b11394.zip
(load-library): Doc fix.
-rw-r--r--lisp/files.el4
1 files changed, 4 insertions, 0 deletions
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'."
829 829
830(defun load-library (library) 830(defun load-library (library)
831 "Load the library named LIBRARY. 831 "Load the library named LIBRARY.
832
833LIBRARY should be a relative file name of the library, a string.
834It can omit the suffix (a.k.a. file-name extension).
835
832This is an interface to the function `load'." 836This is an interface to the function `load'."
833 (interactive 837 (interactive
834 (list (completing-read "Load library: " 838 (list (completing-read "Load library: "