From: Glenn Morris Date: Thu, 9 Jan 2014 19:11:39 +0000 (-0500) Subject: Copyedit for previous doc/emacs/building.texi change X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2^2~30 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=97a42888e11865c5e434ae781058578fa786ac95;p=emacs.git Copyedit for previous doc/emacs/building.texi change --- diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi index 1df4dcdf833..392c298fa70 100644 --- a/doc/emacs/building.texi +++ b/doc/emacs/building.texi @@ -1365,9 +1365,10 @@ than @file{@var{lib}.elc}, it issues a warning, in case someone made changes to the @file{.el} file and forgot to recompile it, but loads the @file{.elc} file anyway. (Due to this behavior, you can save unfinished edits to Emacs Lisp source files, and not recompile until -your changes are ready for use.) However setting -@code{load-prefer-newer} to a non-@code{nil} value will Emacs load the -newest version of the file found. +your changes are ready for use.) If you set the option +@code{load-prefer-newer} to a non-@code{nil} value, however, then +rather than the procedure described above, Emacs loads whichever +version of the file is newest. Emacs Lisp programs usually load Emacs Lisp files using the @code{load} function. This is similar to @code{load-library}, but is