aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2003-09-19 14:36:59 +0000
committerRichard M. Stallman2003-09-19 14:36:59 +0000
commit259c7ed4bd2d01f92824633f487aaf33e315572c (patch)
tree08688cd3096065409067c235c4a41d5065230056
parent82377c38bb108e6edbb2e5db95060deb7c15d28c (diff)
downloademacs-259c7ed4bd2d01f92824633f487aaf33e315572c.tar.gz
emacs-259c7ed4bd2d01f92824633f487aaf33e315572c.zip
(Defining Abbrevs): Index no-self-insert.
-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