aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2006-03-01 01:19:52 +0000
committerLuc Teirlinck2006-03-01 01:19:52 +0000
commit0b2c9850aec8b190436050b530c6be3a6eaaa68d (patch)
tree46bfb23a7527b4b6189c145798e4bc6729fe846b
parent1d9a523711a3726013b4f7d45cc05fd8156c6887 (diff)
downloademacs-0b2c9850aec8b190436050b530c6be3a6eaaa68d.tar.gz
emacs-0b2c9850aec8b190436050b530c6be3a6eaaa68d.zip
(Load Suffixes): Rephrase last paragraph.
-rw-r--r--lispref/loading.texi9
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
211Compression mode is disabled. 211Compression mode is disabled.
212@end defun 212@end defun
213 213
214To summarize, if both its @var{nosuffix} and @var{must-suffix} 214To summarize, @code{load} normally first tries the suffixes in the
215arguments are @code{nil}, @code{load} first tries the suffixes in the 215value of @code{(get-load-suffixes)} and then those in
216return 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},
218it only tries the latter and is @var{must-suffix} is non-@code{nil}, 217it skips the former group, and if @var{must-suffix} is non-@code{nil},
219only the former. 218it skips the latter group.
220 219
221@node Library Search 220@node Library Search
222@section Library Search 221@section Library Search