emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/loading.texi


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lispref/loading.texi
Date: Wed, 01 Mar 2006 01:19:52 +0000

Index: emacs/lispref/loading.texi
diff -u emacs/lispref/loading.texi:1.61 emacs/lispref/loading.texi:1.62
--- emacs/lispref/loading.texi:1.61     Tue Feb 28 03:01:57 2006
+++ emacs/lispref/loading.texi  Wed Mar  1 01:19:52 2006
@@ -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 address@hidden,
-it only tries the latter and is @var{must-suffix} is address@hidden,
-only the former.
+it skips the former group, and if @var{must-suffix} is address@hidden,
+it skips the latter group.
 
 @node Library Search
 @section Library Search




reply via email to

[Prev in Thread] Current Thread [Next in Thread]