1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

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

This commit is contained in:
Chong Yidong 2009-08-15 17:51:37 +00:00
parent f8354c6e36
commit 9d73a99e31
2 changed files with 15 additions and 9 deletions

View 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

View 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