(Fload): Fix doc syntax.
authorRichard M. Stallman <rms@gnu.org>
Sat, 30 Aug 1997 16:20:02 +0000 (16:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 30 Aug 1997 16:20:02 +0000 (16:20 +0000)
src/lread.c

index c065db9..458992c 100644 (file)
@@ -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)