From 48dbca2cb97d412cb4c1e55a8cabde43a111a10f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 25 Aug 2001 02:04:28 +0000 Subject: [PATCH] Don't use "prints" except for printers. --- man/building.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/building.texi b/man/building.texi index a4c63ed6878..3b666821c84 100644 --- a/man/building.texi +++ b/man/building.texi @@ -626,7 +626,7 @@ the result of compiling @file{@var{lib}.el}; it is better to load the compiled file, since it will load and run faster. If @code{load-library} finds that @file{@var{lib}.el} is newer than -@file{@var{lib}.elc} file, it prints a warning, because it's likely that +@file{@var{lib}.elc} file, it issues a warning, because it's likely that somebody made changes to the @file{.el} file and forgot to recompile it.