Mercurial > hg > xemacs-beta
changeset 2857:21e33c0c844b
[xemacs-hg @ 2005-07-12 23:26:49 by adrian]
typo fix.
author | adrian |
---|---|
date | Tue, 12 Jul 2005 23:26:49 +0000 |
parents | 93649185a4bc |
children | 3bde6af78c63 |
files | src/lread.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lread.c Tue Jul 12 21:51:14 2005 +0000 +++ b/src/lread.c Tue Jul 12 23:26:49 2005 +0000 @@ -3247,7 +3247,7 @@ *Whether `load' should always display loading messages. If this is true, every file loaded will be shown, regardless of the setting of the NOMESSAGE parameter, and even when files are loaded indirectly, e.g. -due to `requre'. +due to `require'. */ ); load_always_display_messages = 0;