From: Eli Zaretskii Date: Tue, 19 Dec 2000 18:00:46 +0000 (+0000) Subject: (Frequire): Doc fix. X-Git-Tag: emacs-pretest-21.0.95~395 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d925df900a6590c0353cb95c3f92557c1c2448d7;p=emacs.git (Frequire): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 611c5200618..4f67b365237 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2000-12-19 Eli Zaretskii + + * fns.c (Frequire): Doc fix. + 2000-12-19 Gerd Moellmann * window.c (window_scroll_pixel_based): Don't use diff --git a/src/fns.c b/src/fns.c index c03f7e3d7ed..057e6fd2b20 100644 --- a/src/fns.c +++ b/src/fns.c @@ -3053,7 +3053,8 @@ If FILENAME is omitted, the printname of FEATURE is used as the file name,\n\ 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; {