emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp files.el


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/lisp files.el
Date: Fri, 13 Feb 2009 15:14:33 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    09/02/13 15:14:33

Modified files:
        lisp           : files.el 

Log message:
        (load-library): Doc fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/files.el?cvsroot=emacs&r1=1.1034&r2=1.1035

Patches:
Index: files.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/files.el,v
retrieving revision 1.1034
retrieving revision 1.1035
diff -u -b -r1.1034 -r1.1035
--- files.el    12 Feb 2009 02:19:55 -0000      1.1034
+++ files.el    13 Feb 2009 15:14:33 -0000      1.1035
@@ -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: "




reply via email to

[Prev in Thread] Current Thread [Next in Thread]