diff options
| -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 |