Mercurial > emacs
changeset 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 | 0981540b6eec |
children | c999a673a1eb |
files | src/lread.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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\