aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorLuc Teirlinck <[email protected]>2006-03-01 01:19:52 +0000
committerLuc Teirlinck <[email protected]>2006-03-01 01:19:52 +0000
commit0b2c9850aec8b190436050b530c6be3a6eaaa68d (patch)
tree46bfb23a7527b4b6189c145798e4bc6729fe846b /lispref
parent1d9a523711a3726013b4f7d45cc05fd8156c6887 (diff)
(Load Suffixes): Rephrase last paragraph.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/loading.texi9
1 files changed, 4 insertions, 5 deletions
diff --git a/lispref/loading.texi b/lispref/loading.texi
index e12d44c71d..f063fa86e5 100644
--- a/lispref/loading.texi
+++ b/lispref/loading.texi
@@ -211,12 +211,11 @@ Compression mode is enabled and @code{(".elc" ".el")} if Auto
Compression mode is disabled.
@end defun
-To summarize, if both its @var{nosuffix} and @var{must-suffix}
-arguments are @code{nil}, @code{load} first tries the suffixes in the
-return value of @code{get-load-suffixes} and then those in
+To summarize, @code{load} normally first tries the suffixes in the
+value of @code{(get-load-suffixes)} and then those in
@code{load-file-rep-suffixes}. If @var{nosuffix} is non-@code{nil},
-it only tries the latter and is @var{must-suffix} is non-@code{nil},
-only the former.
+it skips the former group, and if @var{must-suffix} is non-@code{nil},
+it skips the latter group.
@node Library Search
@section Library Search