diff options
| author | Richard M. Stallman | 1998-04-16 05:38:51 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-04-16 05:38:51 +0000 |
| commit | f0c030b36d55d0f954f4c2fd0f75d34a0aadfeff (patch) | |
| tree | ff37f2000e2889ee5fcfd0e3790b6ba82f595573 /src | |
| parent | 83fa074f8deab26ae84838d7fa76ef7a2e0cdafa (diff) | |
| download | emacs-f0c030b36d55d0f954f4c2fd0f75d34a0aadfeff.tar.gz emacs-f0c030b36d55d0f954f4c2fd0f75d34a0aadfeff.zip | |
(Frequire): Doc fix.
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 | { |