changeset 19626:a9f87afd5ac6

(Fload): Fix doc syntax.
author Richard M. Stallman <rms@gnu.org>
date Sat, 30 Aug 1997 16:20:02 +0000
parents d2fa1806fd28
children c6343f7a9c6c
files src/lread.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)