diff options
| author | Richard M. Stallman | 2003-09-19 14:36:59 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-09-19 14:36:59 +0000 |
| commit | 259c7ed4bd2d01f92824633f487aaf33e315572c (patch) | |
| tree | 08688cd3096065409067c235c4a41d5065230056 | |
| parent | 82377c38bb108e6edbb2e5db95060deb7c15d28c (diff) | |
| download | emacs-259c7ed4bd2d01f92824633f487aaf33e315572c.tar.gz emacs-259c7ed4bd2d01f92824633f487aaf33e315572c.zip | |
(Defining Abbrevs): Index no-self-insert.
| -rw-r--r-- | lispref/abbrevs.texi | 1 |
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 | |||
| 154 | replaced with @var{expansion}; point is located at the end of | 154 | replaced 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 | ||
| 157 | If @var{hook} is a non-@code{nil} symbol whose @code{no-self-insert} | 158 | If @var{hook} is a non-@code{nil} symbol whose @code{no-self-insert} |
| 158 | property is non-@code{nil}, @var{hook} can explicitly control whether | 159 | property is non-@code{nil}, @var{hook} can explicitly control whether |
| 159 | to insert the self-inserting input character that triggered the | 160 | to insert the self-inserting input character that triggered the |