diff options
| author | Lars Magne Ingebrigtsen | 2011-07-04 14:22:39 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-07-04 14:22:39 +0200 |
| commit | 90186c68a4616d7e55617f46495bfc2f1059ff7f (patch) | |
| tree | 91c05364df80c12bfa307994d9686af893ae070a /src/fns.c | |
| parent | f158badc8f5edcb9984acaf28a2876ea7f5f11ec (diff) | |
| download | emacs-90186c68a4616d7e55617f46495bfc2f1059ff7f.tar.gz emacs-90186c68a4616d7e55617f46495bfc2f1059ff7f.zip | |
* fns.c (Frequire): Remove the mention of the .gz files, since
that's installation-specific, but keep the mention of
`get-load-suffixes'.
Diffstat (limited to 'src/fns.c')
| -rw-r--r-- | src/fns.c | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -2613,8 +2613,7 @@ is not loaded; so load the file FILENAME. | |||
| 2613 | If FILENAME is omitted, the printname of FEATURE is used as the file name, | 2613 | If FILENAME is omitted, the printname of FEATURE is used as the file name, |
| 2614 | and `load' will try to load this name appended with the suffix `.elc' or | 2614 | and `load' will try to load this name appended with the suffix `.elc' or |
| 2615 | `.el', in that order. The name without appended suffix will not be used. | 2615 | `.el', in that order. The name without appended suffix will not be used. |
| 2616 | If your system supports it, `.elc.gz' and `.el.gz' files will also be | 2616 | See `get-load-suffixes' for the complete list of suffixes. |
| 2617 | considered. See `get-load-suffixes' for the complete list of suffixes. | ||
| 2618 | If the optional third argument NOERROR is non-nil, | 2617 | If the optional third argument NOERROR is non-nil, |
| 2619 | then return nil if the file is not found instead of signaling an error. | 2618 | then return nil if the file is not found instead of signaling an error. |
| 2620 | Normally the return value is FEATURE. | 2619 | Normally the return value is FEATURE. |