# HG changeset patch # User Luc Teirlinck # Date 1141175992 0 # Node ID 6912dc8ee00535de063f598b678b02d6193634fe # Parent 865ed0a6794fc50817d31972be601b209d3e7dc7 (Load Suffixes): Rephrase last paragraph. diff -r 865ed0a6794f -r 6912dc8ee005 lispref/loading.texi --- a/lispref/loading.texi Wed Mar 01 01:18:53 2006 +0000 +++ b/lispref/loading.texi Wed Mar 01 01:19:52 2006 +0000 @@ -211,12 +211,11 @@ 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