From d925df900a6590c0353cb95c3f92557c1c2448d7 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 19 Dec 2000 18:00:46 +0000 Subject: [PATCH] (Frequire): Doc fix. --- src/ChangeLog | 4 ++++ src/fns.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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; { -- 2.39.2