*** loading.texi 17 Mar 2009 10:34:05 +1100 1.10 --- loading.texi 08 Jul 2009 07:40:12 +1000 *************** *** 733,742 **** associated with @var{feature} are or will be available for other Lisp programs. ! The direct effect of calling @code{provide} is to add @var{feature} to ! the front of the list @code{features} if it is not already in the list. ! The argument @var{feature} must be a symbol. @code{provide} returns ! @var{feature}. If provided, @var{subfeatures} should be a list of symbols indicating a set of specific subfeatures provided by this version of --- 733,743 ---- associated with @var{feature} are or will be available for other Lisp programs. ! The direct effect of calling @code{provide} is if not already in ! @var{features} then to add @var{feature} to the front of that list and ! call any @code{eval-after-load} code waiting for it (@pxref{Hooks for ! Loading}). The argument @var{feature} must be a symbol. ! @code{provide} returns @var{feature}. If provided, @var{subfeatures} should be a list of symbols indicating a set of specific subfeatures provided by this version of