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/abbrevs.texi | |
parent | aa287913f846ed2eeee5e7a08699281d914a8aa7 (diff) | |
download | emacs-15bc2f77a6436b15960f8c2c4a4750075c4afbc6.tar.gz |
Fix minor Texinfo usage.
Diffstat (limited to 'lispref/abbrevs.texi')
-rw-r--r-- | lispref/abbrevs.texi | 14 |
1 files changed, 7 insertions, 7 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 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. |