# HG changeset patch # User Stefan Monnier # Date 1033072666 0 # Node ID 8a11d295c3f324a252ffea9cfa18934580658e0c # Parent dbdc31f1646bfa8a1c5ad7314ec9caf9bf4c3ee1 *** empty log message *** diff -r dbdc31f1646b -r 8a11d295c3f3 lispref/loading.texi --- a/lispref/loading.texi Thu Sep 26 17:54:00 2002 +0000 +++ b/lispref/loading.texi Thu Sep 26 20:37:46 2002 +0000 @@ -686,10 +686,10 @@ @defun featurep feature &optional subfeature This function returns @code{t} if @var{feature} has been provided in the -current Emacs session (i.e., if @var{feature} is a member of +current Emacs session (i.e.@:, if @var{feature} is a member of @code{features}.) If @var{subfeature} is non-nil, then the function -returns @code{t} only if that subfeature is provided as well (i.e. -if @var{subfeature} is a member of the @var{subfeature} property +returns @code{t} only if that subfeature is provided as well (i.e.@: +if @var{subfeature} is a member of the @code{subfeature} property of the @var{feature} symbol.) @end defun @@ -807,7 +807,7 @@ installed library is found by searching @code{load-path}, you should not include any directory names in @var{library}. -@var{library} can also be a feature (i.e. a symbol), in which case, +@var{library} can also be a feature (i.e.@: a symbol), in which case @var{form} is evaluated when @code{(provide @var{library})} is called. An error in @var{form} does not undo the load, but does prevent