]> git.eshelyaron.com Git - emacs.git/commitdiff
* files.el (load-library): Doc fix.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 15 Aug 2009 17:51:37 +0000 (17:51 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 15 Aug 2009 17:51:37 +0000 (17:51 +0000)
lisp/ChangeLog
lisp/files.el

index 0be3871d1f0252f740f92c35ab22491019b2a453..6c339b6d4b1e58f96d910de5bd8d50c126ebea64 100644 (file)
@@ -1,19 +1,23 @@
+2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
+
+       * files.el (load-library): Doc fix.
+
 2009-08-15  Michael Kifer  <kifer@cs.stonybrook.edu>
-       
+
        * viper-cmd.el (viper-insert-isearch-string): new function.
        (viper-if-string): redefine C-s in the minibuffer to insert the last
        incremental search string.
-       
+
        * ediff-init.el (ediff-coding-system): use escape-quoted in case of
        XEmacs.
-       
+
        * ediff-merg.el (ediff-merge-region-is-non-clash-to-skip,
        ediff-merge-region-is-non-clash,
        ediff-skip-merge-region-if-changed-from-default-p): use defun.
        Also check if the job is really a merge job.
-       
+
        * ediff.el (ediff-current-file): new function.
-       
+
 2009-08-15  Chong Yidong  <cyd@stupidchicken.com>
 
        * progmodes/js.el: Edit docstrings throughout to follow Emacs
index 9ca5761bae6e0526c21c1cdcb90b788c922f0602..966036a15e47f6cba964bd89fcd140a084007690 100644 (file)
@@ -830,10 +830,12 @@ Return nil if COMMAND is not found anywhere in `exec-path'."
 
 (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