diff options
| author | Richard M. Stallman | 2001-08-25 02:04:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-08-25 02:04:28 +0000 |
| commit | 48dbca2cb97d412cb4c1e55a8cabde43a111a10f (patch) | |
| tree | 5dbd2e7b0b67138cc9a89fbfe7df0ba81c6f2c54 | |
| parent | feb061de7c41bf3c6131dc453854bc4047edfd46 (diff) | |
| download | emacs-48dbca2cb97d412cb4c1e55a8cabde43a111a10f.tar.gz emacs-48dbca2cb97d412cb4c1e55a8cabde43a111a10f.zip | |
Don't use "prints" except for printers.
| -rw-r--r-- | man/building.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 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 | ||