From: Richard M. Stallman Date: Thu, 16 Apr 1998 05:38:51 +0000 (+0000) Subject: (Frequire): Doc fix. X-Git-Tag: emacs-20.3~1498 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f0c030b36d55d0f954f4c2fd0f75d34a0aadfeff;p=emacs.git (Frequire): Doc fix. --- 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; {