aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-06-27 16:20:28 +0000
committerRichard M. Stallman2003-06-27 16:20:28 +0000
commit15bc2f77a6436b15960f8c2c4a4750075c4afbc6 (patch)
tree10421e7a99078fa57dd9676723182e648e047945
parentaa287913f846ed2eeee5e7a08699281d914a8aa7 (diff)
downloademacs-15bc2f77a6436b15960f8c2c4a4750075c4afbc6.tar.gz
emacs-15bc2f77a6436b15960f8c2c4a4750075c4afbc6.zip
Fix minor Texinfo usage.
-rw-r--r--lispref/abbrevs.texi14
-rw-r--r--lispref/loading.texi12
2 files changed, 13 insertions, 13 deletions
diff --git a/lispref/abbrevs.texi b/lispref/abbrevs.texi
index 5d7dad62a14..f549c38d025 100644
--- a/lispref/abbrevs.texi
+++ b/lispref/abbrevs.texi
@@ -149,13 +149,13 @@ non-@code{nil}, then it is called with no arguments after the abbrev is
149replaced with @var{expansion}; point is located at the end of 149replaced with @var{expansion}; point is located at the end of
150@var{expansion} when @var{hook} is called. 150@var{expansion} when @var{hook} is called.
151 151
152If @var{hook} is a non-nil symbol whose @code{no-self-insert} property 152If @var{hook} is a non-@code{nil} symbol whose @code{no-self-insert}
153is non-@code{nil}, @var{hook} can explicitly control whether to insert 153property is non-@code{nil}, @var{hook} can explicitly control whether
154the self-inserting input character that triggered the expansion. If 154to insert the self-inserting input character that triggered the
155@var{hook} returns non-@code{nil} in this case, that inhibits insertion 155expansion. If @var{hook} returns non-@code{nil} in this case, that
156of the character. By contrast, if @var{hook} returns @code{nil}, 156inhibits insertion of the character. By contrast, if @var{hook}
157@code{expand-abbrev} also returns @code{nil}, as if expansion had not 157returns @code{nil}, @code{expand-abbrev} also returns @code{nil}, as
158really occurred. 158if expansion had not really occurred.
159 159
160If @var{system-flag} is non-@code{nil}, that marks the abbrev as a 160If @var{system-flag} is non-@code{nil}, that marks the abbrev as a
161``system'' abbrev with the @code{system-type} property. 161``system'' abbrev with the @code{system-type} property.
diff --git a/lispref/loading.texi b/lispref/loading.texi
index 1880f287df6..4f64be9adfc 100644
--- a/lispref/loading.texi
+++ b/lispref/loading.texi
@@ -685,12 +685,12 @@ provided}, unless @var{noerror} is non-@code{nil}.
685@end defun 685@end defun
686 686
687@defun featurep feature &optional subfeature 687@defun featurep feature &optional subfeature
688This function returns @code{t} if @var{feature} has been provided in the 688This function returns @code{t} if @var{feature} has been provided in
689current Emacs session (i.e.@:, if @var{feature} is a member of 689the current Emacs session (i.e.@:, if @var{feature} is a member of
690@code{features}.) If @var{subfeature} is non-nil, then the function 690@code{features}.) If @var{subfeature} is non-@code{nil}, then the
691returns @code{t} only if that subfeature is provided as well (i.e.@: 691function returns @code{t} only if that subfeature is provided as well
692if @var{subfeature} is a member of the @code{subfeature} property 692(i.e.@: if @var{subfeature} is a member of the @code{subfeature}
693of the @var{feature} symbol.) 693property of the @var{feature} symbol.)
694@end defun 694@end defun
695 695
696@defvar features 696@defvar features