]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix minor Texinfo usage.
authorRichard M. Stallman <rms@gnu.org>
Fri, 27 Jun 2003 16:20:28 +0000 (16:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 27 Jun 2003 16:20:28 +0000 (16:20 +0000)
lispref/abbrevs.texi
lispref/loading.texi

index 5d7dad62a14e81311526f954a8e2335c53d26b16..f549c38d025fd0277e42b88f7b930d2df67b6b29 100644 (file)
@@ -149,13 +149,13 @@ non-@code{nil}, then it is called with no arguments after the abbrev is
 replaced with @var{expansion}; point is located at the end of
 @var{expansion} when @var{hook} is called.
 
-If @var{hook} is a non-nil symbol whose @code{no-self-insert} property
-is non-@code{nil}, @var{hook} can explicitly control whether to insert
-the self-inserting input character that triggered the expansion.  If
-@var{hook} returns non-@code{nil} in this case, that inhibits insertion
-of the character.  By contrast, if @var{hook} returns @code{nil},
-@code{expand-abbrev} also returns @code{nil}, as if expansion had not
-really occurred.
+If @var{hook} is a non-@code{nil} symbol whose @code{no-self-insert}
+property is non-@code{nil}, @var{hook} can explicitly control whether
+to insert the self-inserting input character that triggered the
+expansion.  If @var{hook} returns non-@code{nil} in this case, that
+inhibits insertion of the character.  By contrast, if @var{hook}
+returns @code{nil}, @code{expand-abbrev} also returns @code{nil}, as
+if expansion had not really occurred.
 
 If @var{system-flag} is non-@code{nil}, that marks the abbrev as a
 ``system'' abbrev with the @code{system-type} property.
index 1880f287df6da200db7b228c3f65ddfd0ffaf7a7..4f64be9adfc72a4e9b786afa8def5bee6a7311a4 100644 (file)
@@ -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