]> git.eshelyaron.com Git - emacs.git/commitdiff
(Frequire): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 16 Apr 1998 05:38:51 +0000 (05:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 16 Apr 1998 05:38:51 +0000 (05:38 +0000)
src/fns.c

index 64afd394c572ee68b0ac59d19c193ebdd547011d..507811553ff4e447d5a995cf8ba1c415636d7fb6 100644 (file)
--- 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;
 {