diff options
Diffstat (limited to 'doc/lispref/loading.texi')
| -rw-r--r-- | doc/lispref/loading.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/loading.texi b/doc/lispref/loading.texi index ec10c51b236..7e3240d72de 100644 --- a/doc/lispref/loading.texi +++ b/doc/lispref/loading.texi | |||
| @@ -823,7 +823,7 @@ without extension. | |||
| 823 | @code{load-history}. | 823 | @code{load-history}. |
| 824 | 824 | ||
| 825 | @defvar load-history | 825 | @defvar load-history |
| 826 | This value of this variable is an alist that associates the names of | 826 | The value of this variable is an alist that associates the names of |
| 827 | loaded library files with the names of the functions and variables | 827 | loaded library files with the names of the functions and variables |
| 828 | they defined, as well as the features they provided or required. | 828 | they defined, as well as the features they provided or required. |
| 829 | 829 | ||