diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-04-16 05:38:51 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-04-16 05:38:51 +0000 |
commit | 17f3007aaab02b6e722eb0a734894f568747f122 (patch) | |
tree | 5bbd96bda8446b4a7e5880b8f88ac67783c45273 /src/fns.c | |
parent | 92837a936cab878d57e2356d6b9e34d2eca73e3c (diff) | |
download | emacs-17f3007aaab02b6e722eb0a734894f568747f122.tar.gz |
(Frequire): Doc fix.
Diffstat (limited to 'src/fns.c')
-rw-r--r-- | src/fns.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c index 64afd394c57..507811553ff 100644 --- a/src/fns.c +++ b/src/fns.c @@ -2443,7 +2443,8 @@ DEFUN ("require", Frequire, Srequire, 1, 2, 0, "If feature FEATURE is not loaded, load it from FILENAME.\n\ If FEATURE is not a member of the list `features', then the feature\n\ is not loaded; so load the file FILENAME.\n\ -If FILENAME is omitted, the printname of FEATURE is used as the file name.") +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'.") (feature, file_name) Lisp_Object feature, file_name; { |