diff options
| author | Luc Teirlinck | 2003-10-05 23:21:48 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2003-10-05 23:21:48 +0000 |
| commit | b7ebcab70a2c7d4bf432f16f7f4cc4a0641e858f (patch) | |
| tree | 53b9cfa54dcb8020e4b6b0843027ffa3944be610 | |
| parent | 6dc15d9823a31247532291f07727ba6fee31680a (diff) | |
| download | emacs-b7ebcab70a2c7d4bf432f16f7f4cc4a0641e858f.tar.gz emacs-b7ebcab70a2c7d4bf432f16f7f4cc4a0641e858f.zip | |
(Library Search): Correct default value of load-suffixes.
(Named Features): Fix typo.
| -rw-r--r-- | lispref/loading.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/loading.texi b/lispref/loading.texi index 4f031c5146c..3ec6ed4101a 100644 --- a/lispref/loading.texi +++ b/lispref/loading.texi | |||
| @@ -289,7 +289,7 @@ tells @code{locate-library} to display the file name in the echo area. | |||
| 289 | @defvar load-suffixes | 289 | @defvar load-suffixes |
| 290 | This variable is a list of suffixes (strings) that @code{load} should | 290 | This variable is a list of suffixes (strings) that @code{load} should |
| 291 | try adding to the specified file name. The default value is | 291 | try adding to the specified file name. The default value is |
| 292 | @code{(".el" ".elc")}. There is no need to include the null suffix. | 292 | @code{(".elc" ".el")}. There is no need to include the null suffix. |
| 293 | @end defvar | 293 | @end defvar |
| 294 | 294 | ||
| 295 | @node Loading Non-ASCII | 295 | @node Loading Non-ASCII |
| @@ -669,7 +669,7 @@ features | |||
| 669 | @end smallexample | 669 | @end smallexample |
| 670 | 670 | ||
| 671 | When a file is loaded to satisfy an autoload, and it stops due to an | 671 | When a file is loaded to satisfy an autoload, and it stops due to an |
| 672 | error in the evaluating its contents, any function definitions or | 672 | error in the evaluation of its contents, any function definitions or |
| 673 | @code{provide} calls that occurred during the load are undone. | 673 | @code{provide} calls that occurred during the load are undone. |
| 674 | @xref{Autoload}. | 674 | @xref{Autoload}. |
| 675 | @end defun | 675 | @end defun |