mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-20 18:17:20 +00:00
(Frequire): Doc fix.
This commit is contained in:
parent
d6b7de9b22
commit
d925df900a
@ -1,3 +1,7 @@
|
||||
2000-12-19 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* fns.c (Frequire): Doc fix.
|
||||
|
||||
2000-12-19 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* window.c (window_scroll_pixel_based): Don't use
|
||||
|
@ -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;
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user