]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fload): Document that the argument is run via substitute-in-file-name.
authorEli Zaretskii <eliz@gnu.org>
Sat, 2 Jun 2001 06:12:18 +0000 (06:12 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 Jun 2001 06:12:18 +0000 (06:12 +0000)
src/ChangeLog
src/lread.c

index a842e42d810d272518d019e13c81684fd50031b3..7a369bd581ec87a2008690188826de317935b698 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-02  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * lread.c (Fload): Document that the argument is run via
+       substitute-in-file-name.
+
 2001-05-31  Gerd Moellmann  <gerd@gnu.org>
 
        * Makefile.in (bootstrap-doc): New target.
index 8a357b7af4769229934cbb69ef300d7574b0a4d0..735d9000fae7c74e321b3bd4d9b514c248c1a496 100644 (file)
@@ -609,7 +609,8 @@ record_load_unwind (old)
 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\