summaryrefslogtreecommitdiff
path: root/lispref/loading.texi
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2002-09-26 20:37:46 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2002-09-26 20:37:46 +0000
commit49bb6abd25cde3b7d590491f93081607cac210eb (patch)
treecbc7a17ccfd013cdf97ca7f82fd208ba4e86b070 /lispref/loading.texi
parent5e8c515376807ffed22aea6936efc5a0bc0ec0ed (diff)
downloademacs-49bb6abd25cde3b7d590491f93081607cac210eb.tar.gz
*** empty log message ***
Diffstat (limited to 'lispref/loading.texi')
-rw-r--r--lispref/loading.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/lispref/loading.texi b/lispref/loading.texi
index ae47a1d4d54..147b0a94e66 100644
--- a/lispref/loading.texi
+++ b/lispref/loading.texi
@@ -686,10 +686,10 @@ provided}, unless @var{noerror} is non-@code{nil}.
@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 @@ If @var{library} is a string, it must exactly match the argument of
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