From: Richard M. Stallman Date: Sat, 30 Aug 1997 16:20:02 +0000 (+0000) Subject: (Fload): Fix doc syntax. X-Git-Tag: emacs-20.1~322 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7b88a4cfec4cab7104b7e582fc1be04d57a87e58;p=emacs.git (Fload): Fix doc syntax. --- 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)