Mercurial > emacs
changeset 34722:5f7e2f440020
(Frequire): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 19 Dec 2000 17:59:28 +0000 |
parents | 4a8980d062ad |
children | 280208982195 |
files | src/fns.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fns.c Tue Dec 19 17:21:55 2000 +0000 +++ b/src/fns.c Tue Dec 19 17:59:28 2000 +0000 @@ -3053,7 +3053,8 @@ but in this case `load' insists on adding the suffix `.el' or `.elc'.\n\ If the optional third argument NOERROR is non-nil,\n\ then return nil if the file is not found.\n\ -Normally the return value is FEATURE.") +Normally the return value is FEATURE.\n\ +This normal messages at start and end of loading FILENAME are suppressed.") (feature, file_name, noerror) Lisp_Object feature, file_name, noerror; {