diff options
| author | Eli Zaretskii | 2000-12-19 18:00:46 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2000-12-19 18:00:46 +0000 |
| commit | d925df900a6590c0353cb95c3f92557c1c2448d7 (patch) | |
| tree | 1ad4b35fc1a9ba51915adfd3ab6a89c373f55156 /src | |
| parent | d6b7de9b227deb9bc83f1d3304b4003acca2651b (diff) | |
| download | emacs-d925df900a6590c0353cb95c3f92557c1c2448d7.tar.gz emacs-d925df900a6590c0353cb95c3f92557c1c2448d7.zip | |
(Frequire): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/fns.c | 3 |
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 @@ | |||
| 1 | 2000-12-19 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * fns.c (Frequire): Doc fix. | ||
| 4 | |||
| 1 | 2000-12-19 Gerd Moellmann <gerd@gnu.org> | 5 | 2000-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 |
| @@ -3053,7 +3053,8 @@ If FILENAME is omitted, the printname of FEATURE is used as the file name,\n\ | |||
| 3053 | but in this case `load' insists on adding the suffix `.el' or `.elc'.\n\ | 3053 | but in this case `load' insists on adding the suffix `.el' or `.elc'.\n\ |
| 3054 | If the optional third argument NOERROR is non-nil,\n\ | 3054 | If the optional third argument NOERROR is non-nil,\n\ |
| 3055 | then return nil if the file is not found.\n\ | 3055 | then return nil if the file is not found.\n\ |
| 3056 | Normally the return value is FEATURE.") | 3056 | Normally the return value is FEATURE.\n\ |
| 3057 | This 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 | { |