diff lispref/abbrevs.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 2232ca869e12
line wrap: on
line diff
--- a/lispref/abbrevs.texi	Fri Jun 27 11:55:04 2003 +0000
+++ b/lispref/abbrevs.texi	Fri Jun 27 16:20:28 2003 +0000
@@ -149,13 +149,13 @@
 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.