From f0c030b36d55d0f954f4c2fd0f75d34a0aadfeff Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 16 Apr 1998 05:38:51 +0000 Subject: [PATCH] (Frequire): Doc fix. --- src/fns.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; { -- 2.39.2