diff lispref/loading.texi @ 51681:0a1f20d3fa89

Fix minor Texinfo usage.
author Richard M. Stallman <rms@gnu.org>
date Fri, 27 Jun 2003 16:20:28 +0000
parents 23a1cea22d13
children ac3f1b24be99
line wrap: on
line diff
--- a/lispref/loading.texi	Fri Jun 27 11:55:04 2003 +0000
+++ b/lispref/loading.texi	Fri Jun 27 16:20:28 2003 +0000
@@ -685,12 +685,12 @@
 @end defun
 
 @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
-@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 @code{subfeature} property
-of the @var{feature} symbol.)
+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
+@code{features}.)  If @var{subfeature} is non-@code{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 @code{subfeature}
+property of the @var{feature} symbol.)
 @end defun
 
 @defvar features