diff options
author | Richard M. Stallman <rms@gnu.org> | 2003-06-27 16:20:28 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2003-06-27 16:20:28 +0000 |
commit | 15bc2f77a6436b15960f8c2c4a4750075c4afbc6 (patch) | |
tree | 10421e7a99078fa57dd9676723182e648e047945 /lispref/loading.texi | |
parent | aa287913f846ed2eeee5e7a08699281d914a8aa7 (diff) |
Fix minor Texinfo usage.
Diffstat (limited to 'lispref/loading.texi')
-rw-r--r-- | lispref/loading.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lispref/loading.texi b/lispref/loading.texi index 1880f287df..4f64be9adf 100644 --- a/lispref/loading.texi +++ b/lispref/loading.texi @@ -685,12 +685,12 @@ provided}, unless @var{noerror} is non-@code{nil}. @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 |