From 97a42888e11865c5e434ae781058578fa786ac95 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 9 Jan 2014 14:11:39 -0500 Subject: [PATCH] Copyedit for previous doc/emacs/building.texi change --- doc/emacs/building.texi | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.39.2