comparison src/lread.c @ 19626:a9f87afd5ac6

(Fload): Fix doc syntax.
author Richard M. Stallman <rms@gnu.org>
date Sat, 30 Aug 1997 16:20:02 +0000
parents be0876941b71
children 7573e51f9c41
comparison
equal deleted inserted replaced
19625:d2fa1806fd28 19626:a9f87afd5ac6
394 Print messages at start and end of loading unless\n\ 394 Print messages at start and end of loading unless\n\
395 optional third arg NOMESSAGE is non-nil.\n\ 395 optional third arg NOMESSAGE is non-nil.\n\
396 If optional fourth arg NOSUFFIX is non-nil, don't try adding\n\ 396 If 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\
398 If optional fifth arg MUST-SUFFIX is non-nil, insist on\n\ 398 If 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\
401 Return t if file exists.") 401 Return t if file exists.")
402 (file, noerror, nomessage, nosuffix, must_suffix) 402 (file, noerror, nomessage, nosuffix, must_suffix)
403 Lisp_Object file, noerror, nomessage, nosuffix, must_suffix; 403 Lisp_Object file, noerror, nomessage, nosuffix, must_suffix;
404 { 404 {