diff options
| author | Richard M. Stallman | 2000-01-16 00:29:04 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2000-01-16 00:29:04 +0000 |
| commit | 05aea71425a1bba8c22b2dfc2ebc1e3510e1cbcd (patch) | |
| tree | 5654410e0ec72c37c36f9d82ae4fd143a98f2de5 /lispref/loading.texi | |
| parent | b3303df7ab109ec17cc54164f093a42cbd76f529 (diff) | |
| download | emacs-05aea71425a1bba8c22b2dfc2ebc1e3510e1cbcd.tar.gz emacs-05aea71425a1bba8c22b2dfc2ebc1e3510e1cbcd.zip | |
*** empty log message ***
Diffstat (limited to 'lispref/loading.texi')
| -rw-r--r-- | lispref/loading.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/loading.texi b/lispref/loading.texi index 2901522fe24..4303d9a330f 100644 --- a/lispref/loading.texi +++ b/lispref/loading.texi | |||
| @@ -756,7 +756,7 @@ rather than replacing that element. @xref{Eval}. | |||
| 756 | 756 | ||
| 757 | Preloaded libraries don't contribute initially to @code{load-history}. | 757 | Preloaded libraries don't contribute initially to @code{load-history}. |
| 758 | Instead, preloading writes information about preloaded libraries into a | 758 | Instead, preloading writes information about preloaded libraries into a |
| 759 | file, which can be loaded later on to to add information to | 759 | file, which can be loaded later on to add information to |
| 760 | @code{load-history} describing the preloaded files. This file is | 760 | @code{load-history} describing the preloaded files. This file is |
| 761 | installed in @code{exec-directory} and has a name of the form | 761 | installed in @code{exec-directory} and has a name of the form |
| 762 | @file{fns-@var{emacsversion}.el}. | 762 | @file{fns-@var{emacsversion}.el}. |