From 7b88a4cfec4cab7104b7e582fc1be04d57a87e58 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 30 Aug 1997 16:20:02 +0000 Subject: [PATCH] (Fload): Fix doc syntax. --- src/lread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lread.c b/src/lread.c index c065db926fe..458992cfaa8 100644 --- a/src/lread.c +++ b/src/lread.c @@ -396,7 +396,7 @@ Print messages at start and end of loading unless\n\ If optional fourth arg NOSUFFIX is non-nil, don't try adding\n\ suffixes `.elc' or `.el' to the specified name FILE.\n\ If optional fifth arg MUST-SUFFIX is non-nil, insist on\n\ - the suffix `.elc' or `.el'; don't accept just FILE unless + the suffix `.elc' or `.el'; don't accept just FILE unless\n\ it ends in one of those suffixes or includes a directory name.\n\ Return t if file exists.") (file, noerror, nomessage, nosuffix, must_suffix) -- 2.39.2