aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1998-04-16 05:38:51 +0000
committerRichard M. Stallman1998-04-16 05:38:51 +0000
commitf0c030b36d55d0f954f4c2fd0f75d34a0aadfeff (patch)
treeff37f2000e2889ee5fcfd0e3790b6ba82f595573 /src
parent83fa074f8deab26ae84838d7fa76ef7a2e0cdafa (diff)
downloademacs-f0c030b36d55d0f954f4c2fd0f75d34a0aadfeff.tar.gz
emacs-f0c030b36d55d0f954f4c2fd0f75d34a0aadfeff.zip
(Frequire): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/fns.c3
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,
2443 "If feature FEATURE is not loaded, load it from FILENAME.\n\ 2443 "If feature FEATURE is not loaded, load it from FILENAME.\n\
2444If FEATURE is not a member of the list `features', then the feature\n\ 2444If FEATURE is not a member of the list `features', then the feature\n\
2445is not loaded; so load the file FILENAME.\n\ 2445is not loaded; so load the file FILENAME.\n\
2446If FILENAME is omitted, the printname of FEATURE is used as the file name.") 2446If FILENAME is omitted, the printname of FEATURE is used as the file name,\n\
2447but 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{