diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/programs.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/emacs/programs.texi b/doc/emacs/programs.texi index 8cc2f713c4b..4b2a96c9b24 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi | |||
| @@ -814,7 +814,8 @@ as in @samp{[x)}---a warning message is displayed in the echo area. | |||
| 814 | @item | 814 | @item |
| 815 | @code{blink-matching-paren} turns the feature on or off: @code{nil} | 815 | @code{blink-matching-paren} turns the feature on or off: @code{nil} |
| 816 | disables it, but the default is @code{t} to enable it. Set it to | 816 | disables it, but the default is @code{t} to enable it. Set it to |
| 817 | @code{jump} to make indication work through cursor movement. | 817 | @code{jump} to make indication work by momentarily moving the cursor |
| 818 | to the matching opening delimiter. | ||
| 818 | 819 | ||
| 819 | @item | 820 | @item |
| 820 | @code{blink-matching-delay} says how many seconds to keep indicating | 821 | @code{blink-matching-delay} says how many seconds to keep indicating |