summaryrefslogtreecommitdiff
path: root/src/lread.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-08-30 16:20:02 +0000
committerRichard M. Stallman <rms@gnu.org>1997-08-30 16:20:02 +0000
commit709c8431b1081a3407b6a2ba20a5eda3e420346f (patch)
tree251146994de341706756d63e6ae95996343d7604 /src/lread.c
parentb3c90b30cfa98e7065d7587a002a97f46060d5a2 (diff)
downloademacs-709c8431b1081a3407b6a2ba20a5eda3e420346f.tar.gz
(Fload): Fix doc syntax.
Diffstat (limited to 'src/lread.c')
-rw-r--r--src/lread.c2
1 files changed, 1 insertions, 1 deletions
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)