diff options
| author | Luc Teirlinck | 2006-03-01 01:19:52 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2006-03-01 01:19:52 +0000 |
| commit | 0b2c9850aec8b190436050b530c6be3a6eaaa68d (patch) | |
| tree | 46bfb23a7527b4b6189c145798e4bc6729fe846b | |
| parent | 1d9a523711a3726013b4f7d45cc05fd8156c6887 (diff) | |
| download | emacs-0b2c9850aec8b190436050b530c6be3a6eaaa68d.tar.gz emacs-0b2c9850aec8b190436050b530c6be3a6eaaa68d.zip | |
(Load Suffixes): Rephrase last paragraph.
| -rw-r--r-- | lispref/loading.texi | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lispref/loading.texi b/lispref/loading.texi index e12d44c71de..f063fa86e5e 100644 --- a/lispref/loading.texi +++ b/lispref/loading.texi | |||
| @@ -211,12 +211,11 @@ Compression mode is enabled and @code{(".elc" ".el")} if Auto | |||
| 211 | Compression mode is disabled. | 211 | Compression mode is disabled. |
| 212 | @end defun | 212 | @end defun |
| 213 | 213 | ||
| 214 | To summarize, if both its @var{nosuffix} and @var{must-suffix} | 214 | To summarize, @code{load} normally first tries the suffixes in the |
| 215 | arguments are @code{nil}, @code{load} first tries the suffixes in the | 215 | value of @code{(get-load-suffixes)} and then those in |
| 216 | return value of @code{get-load-suffixes} and then those in | ||
| 217 | @code{load-file-rep-suffixes}. If @var{nosuffix} is non-@code{nil}, | 216 | @code{load-file-rep-suffixes}. If @var{nosuffix} is non-@code{nil}, |
| 218 | it only tries the latter and is @var{must-suffix} is non-@code{nil}, | 217 | it skips the former group, and if @var{must-suffix} is non-@code{nil}, |
| 219 | only the former. | 218 | it skips the latter group. |
| 220 | 219 | ||
| 221 | @node Library Search | 220 | @node Library Search |
| 222 | @section Library Search | 221 | @section Library Search |