aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2000-12-19 18:00:46 +0000
committerEli Zaretskii2000-12-19 18:00:46 +0000
commitd925df900a6590c0353cb95c3f92557c1c2448d7 (patch)
tree1ad4b35fc1a9ba51915adfd3ab6a89c373f55156 /src
parentd6b7de9b227deb9bc83f1d3304b4003acca2651b (diff)
downloademacs-d925df900a6590c0353cb95c3f92557c1c2448d7.tar.gz
emacs-d925df900a6590c0353cb95c3f92557c1c2448d7.zip
(Frequire): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/fns.c3
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 611c5200618..4f67b365237 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12000-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * fns.c (Frequire): Doc fix.
4
12000-12-19 Gerd Moellmann <gerd@gnu.org> 52000-12-19 Gerd Moellmann <gerd@gnu.org>
2 6
3 * window.c (window_scroll_pixel_based): Don't use 7 * 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\
3053but in this case `load' insists on adding the suffix `.el' or `.elc'.\n\ 3053but in this case `load' insists on adding the suffix `.el' or `.elc'.\n\
3054If the optional third argument NOERROR is non-nil,\n\ 3054If the optional third argument NOERROR is non-nil,\n\
3055then return nil if the file is not found.\n\ 3055then return nil if the file is not found.\n\
3056Normally the return value is FEATURE.") 3056Normally the return value is FEATURE.\n\
3057This normal messages at start and end of loading FILENAME are suppressed.")
3057 (feature, file_name, noerror) 3058 (feature, file_name, noerror)
3058 Lisp_Object feature, file_name, noerror; 3059 Lisp_Object feature, file_name, noerror;
3059{ 3060{