# HG changeset patch # User Richard M. Stallman # Date 872958002 0 # Node ID a9f87afd5ac63533dcd1c42c1d42c2f4f4e14eab # Parent d2fa1806fd28741ad07fa0d49e3fd918bb17404f (Fload): Fix doc syntax. diff -r d2fa1806fd28 -r a9f87afd5ac6 src/lread.c --- a/src/lread.c Sat Aug 30 07:18:39 1997 +0000 +++ b/src/lread.c Sat Aug 30 16:20:02 1997 +0000 @@ -396,7 +396,7 @@ 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)