diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -2443,7 +2443,8 @@ DEFUN ("require", Frequire, Srequire, 1, 2, 0, | |||
| 2443 | "If feature FEATURE is not loaded, load it from FILENAME.\n\ | 2443 | "If feature FEATURE is not loaded, load it from FILENAME.\n\ |
| 2444 | If FEATURE is not a member of the list `features', then the feature\n\ | 2444 | If FEATURE is not a member of the list `features', then the feature\n\ |
| 2445 | is not loaded; so load the file FILENAME.\n\ | 2445 | is not loaded; so load the file FILENAME.\n\ |
| 2446 | If FILENAME is omitted, the printname of FEATURE is used as the file name.") | 2446 | If FILENAME is omitted, the printname of FEATURE is used as the file name,\n\ |
| 2447 | but in this case `load' insists on adding the suffix `.el' or `.elc'.") | ||
| 2447 | (feature, file_name) | 2448 | (feature, file_name) |
| 2448 | Lisp_Object feature, file_name; | 2449 | Lisp_Object feature, file_name; |
| 2449 | { | 2450 | { |