comparison man/building.texi @ 38943:4dd9aeae2f84

Don't use "prints" except for printers.
author Richard M. Stallman <rms@gnu.org>
date Sat, 25 Aug 2001 02:04:28 +0000
parents daea04400144
children 3b40423b9355
comparison
equal deleted inserted replaced
38942:1367ba8d29bf 38943:4dd9aeae2f84
624 @file{@var{lib}}. If @file{@var{lib}.elc} exists, it is by convention 624 @file{@var{lib}}. If @file{@var{lib}.elc} exists, it is by convention
625 the result of compiling @file{@var{lib}.el}; it is better to load the 625 the result of compiling @file{@var{lib}.el}; it is better to load the
626 compiled file, since it will load and run faster. 626 compiled file, since it will load and run faster.
627 627
628 If @code{load-library} finds that @file{@var{lib}.el} is newer than 628 If @code{load-library} finds that @file{@var{lib}.el} is newer than
629 @file{@var{lib}.elc} file, it prints a warning, because it's likely that 629 @file{@var{lib}.elc} file, it issues a warning, because it's likely that
630 somebody made changes to the @file{.el} file and forgot to recompile 630 somebody made changes to the @file{.el} file and forgot to recompile
631 it. 631 it.
632 632
633 Because the argument to @code{load-library} is usually not in itself 633 Because the argument to @code{load-library} is usually not in itself
634 a valid file name, file name completion is not available. Indeed, when 634 a valid file name, file name completion is not available. Indeed, when