aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-08-30 16:20:02 +0000
committerRichard M. Stallman1997-08-30 16:20:02 +0000
commit7b88a4cfec4cab7104b7e582fc1be04d57a87e58 (patch)
treeb3e9cfcaeed7f6a87490635aadf0966bdfdbf11a
parent48de5f13b5cd819c90bafd73c0ee4d069fd32361 (diff)
downloademacs-7b88a4cfec4cab7104b7e582fc1be04d57a87e58.tar.gz
emacs-7b88a4cfec4cab7104b7e582fc1be04d57a87e58.zip
(Fload): Fix doc syntax.
-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\
396If optional fourth arg NOSUFFIX is non-nil, don't try adding\n\ 396If optional fourth arg NOSUFFIX is non-nil, don't try adding\n\
397 suffixes `.elc' or `.el' to the specified name FILE.\n\ 397 suffixes `.elc' or `.el' to the specified name FILE.\n\
398If optional fifth arg MUST-SUFFIX is non-nil, insist on\n\ 398If optional fifth arg MUST-SUFFIX is non-nil, insist on\n\
399 the suffix `.elc' or `.el'; don't accept just FILE unless 399 the suffix `.elc' or `.el'; don't accept just FILE unless\n\
400 it ends in one of those suffixes or includes a directory name.\n\ 400 it ends in one of those suffixes or includes a directory name.\n\
401Return t if file exists.") 401Return t if file exists.")
402 (file, noerror, nomessage, nosuffix, must_suffix) 402 (file, noerror, nomessage, nosuffix, must_suffix)