comparison src/lread.c @ 37981:93dbf78d7b7a

(Fload): Document that the argument is run via substitute-in-file-name.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 02 Jun 2001 06:09:41 +0000
parents 6beac97d064e
children ee9c4218a600
comparison
equal deleted inserted replaced
37980:0981540b6eec 37981:93dbf78d7b7a
607 607
608 608
609 DEFUN ("load", Fload, Sload, 1, 5, 0, 609 DEFUN ("load", Fload, Sload, 1, 5, 0,
610 "Execute a file of Lisp code named FILE.\n\ 610 "Execute a file of Lisp code named FILE.\n\
611 First try FILE with `.elc' appended, then try with `.el',\n\ 611 First try FILE with `.elc' appended, then try with `.el',\n\
612 then try FILE unmodified.\n\ 612 then try FILE unmodified. Environment variable references in FILE\n\
613 are replaced with their values by calling `substitute-in-file-name'.\n\
613 This function searches the directories in `load-path'.\n\ 614 This function searches the directories in `load-path'.\n\
614 If optional second arg NOERROR is non-nil,\n\ 615 If optional second arg NOERROR is non-nil,\n\
615 report no error if FILE doesn't exist.\n\ 616 report no error if FILE doesn't exist.\n\
616 Print messages at start and end of loading unless\n\ 617 Print messages at start and end of loading unless\n\
617 optional third arg NOMESSAGE is non-nil.\n\ 618 optional third arg NOMESSAGE is non-nil.\n\