aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/abbrevs.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/lispref/abbrevs.texi b/lispref/abbrevs.texi
index eec8722467f..f123a3e1411 100644
--- a/lispref/abbrevs.texi
+++ b/lispref/abbrevs.texi
@@ -154,6 +154,7 @@ non-@code{nil}, then it is called with no arguments after the abbrev is
154replaced with @var{expansion}; point is located at the end of 154replaced with @var{expansion}; point is located at the end of
155@var{expansion} when @var{hook} is called. 155@var{expansion} when @var{hook} is called.
156 156
157@cindex @code{no-self-insert} property
157If @var{hook} is a non-@code{nil} symbol whose @code{no-self-insert} 158If @var{hook} is a non-@code{nil} symbol whose @code{no-self-insert}
158property is non-@code{nil}, @var{hook} can explicitly control whether 159property is non-@code{nil}, @var{hook} can explicitly control whether
159to insert the self-inserting input character that triggered the 160to insert the self-inserting input character that triggered the