emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog files.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp ChangeLog files.el
Date: Sat, 15 Aug 2009 17:51:42 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/08/15 17:51:42

Modified files:
        lisp           : ChangeLog files.el 

Log message:
        * files.el (load-library): Doc fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15939&r2=1.15940
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/files.el?cvsroot=emacs&r1=1.1066&r2=1.1067

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15939
retrieving revision 1.15940
diff -u -b -r1.15939 -r1.15940
--- ChangeLog   15 Aug 2009 05:57:08 -0000      1.15939
+++ ChangeLog   15 Aug 2009 17:51:37 -0000      1.15940
@@ -1,3 +1,7 @@
+2009-08-15  Chong Yidong  <address@hidden>
+
+       * files.el (load-library): Doc fix.
+
 2009-08-15  Michael Kifer  <address@hidden>
        
        * viper-cmd.el (viper-insert-isearch-string): new function.

Index: files.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/files.el,v
retrieving revision 1.1066
retrieving revision 1.1067
diff -u -b -r1.1066 -r1.1067
--- files.el    14 Aug 2009 23:40:23 -0000      1.1066
+++ files.el    15 Aug 2009 17:51:41 -0000      1.1067
@@ -830,10 +830,12 @@
 
 (defun load-library (library)
   "Load the Emacs Lisp library named LIBRARY.
-This is one of two interfaces (the other being `load-file') to the underlying
-function `load'.  The library actually loaded is searched for in `load-path'
-with or without the `load-suffixes' (as well as `load-file-rep-suffixes').
-See Info node `(emacs)Lisp Libraries' for more details."
+This is an interface to the function `load'.  LIBRARY is searched
+for in `load-path', both with and without `load-suffixes' (as
+well as `load-file-rep-suffixes').
+
+See Info node `(emacs)Lisp Libraries' for more details.
+See `load-file' for a different interface to `load'."
   (interactive
    (list (completing-read "Load library: "
                          (apply-partially 'locate-file-completion-table




reply via email to

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