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 2eb999d2c28..8f78a1a54b6 100644 --- a/doc/emacs/programs.texi +++ b/doc/emacs/programs.texi | |||
| @@ -814,7 +814,8 @@ opening delimiter and closing delimiter are mismatched---such as in | |||
| 814 | @code{blink-matching-paren} turns the feature on or off: @code{nil} | 814 | @code{blink-matching-paren} turns the feature on or off: @code{nil} |
| 815 | disables it, but the default is @code{t} to enable it. Set it to | 815 | disables it, but the default is @code{t} to enable it. Set it to |
| 816 | @code{jump} to make indication work by momentarily moving the cursor | 816 | @code{jump} to make indication work by momentarily moving the cursor |
| 817 | to the matching opening delimiter. | 817 | to the matching opening delimiter. Set it to @code{jump-offscreen} to |
| 818 | make the cursor jump, even if the opening delimiter is off screen. | ||
| 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 |