# HG changeset patch # User Eli Zaretskii # Date 991462181 0 # Node ID 93dbf78d7b7a38539c1eb28fa2c57d8dc04757e0 # Parent 0981540b6eec46686b6ef4be6b45cffebda6ffc3 (Fload): Document that the argument is run via substitute-in-file-name. diff -r 0981540b6eec -r 93dbf78d7b7a src/lread.c --- a/src/lread.c Fri Jun 01 18:02:04 2001 +0000 +++ b/src/lread.c Sat Jun 02 06:09:41 2001 +0000 @@ -609,7 +609,8 @@ DEFUN ("load", Fload, Sload, 1, 5, 0, "Execute a file of Lisp code named FILE.\n\ First try FILE with `.elc' appended, then try with `.el',\n\ - then try FILE unmodified.\n\ + then try FILE unmodified. Environment variable references in FILE\n\ + are replaced with their values by calling `substitute-in-file-name'.\n\ This function searches the directories in `load-path'.\n\ If optional second arg NOERROR is non-nil,\n\ report no error if FILE doesn't exist.\n\