diff options
author | Markus Rost <rost@math.uni-bielefeld.de> | 2002-10-11 05:38:53 +0000 |
---|---|---|
committer | Markus Rost <rost@math.uni-bielefeld.de> | 2002-10-11 05:38:53 +0000 |
commit | d77b70e5578f89e541859203b059cd36c3de6f31 (patch) | |
tree | d739e7485909e53c770ecf8ad7f8442ae4191c2c /src/lread.c | |
parent | 56e5818fd65b2c87e43a3b39fe69116c3c0c6ffb (diff) | |
download | emacs-d77b70e5578f89e541859203b059cd36c3de6f31.tar.gz |
*** empty log message ***
Diffstat (limited to 'src/lread.c')
-rw-r--r-- | src/lread.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c index fa3b5cdd4ec..43fbe352f2c 100644 --- a/src/lread.c +++ b/src/lread.c @@ -641,7 +641,8 @@ record_load_unwind (old) DEFUN ("load", Fload, Sload, 1, 5, 0, doc: /* Execute a file of Lisp code named FILE. First try FILE with `.elc' appended, then try with `.el', - then try FILE unmodified. Environment variable references in FILE + then try FILE unmodified (the exact suffixes are determined by +`load-suffixes'). Environment variable references in FILE are replaced with their values by calling `substitute-in-file-name'. This function searches the directories in `load-path'. If optional second arg NOERROR is non-nil, |