diff options
| author | Dmitry Gutov | 2014-03-16 01:53:22 +0200 |
|---|---|---|
| committer | Dmitry Gutov | 2014-03-16 01:53:22 +0200 |
| commit | 8ee5ffe5d645829380b380dd8d8728fff45cfeaa (patch) | |
| tree | ac92838a183968ba211c271df8cedd4c16ad9db6 | |
| parent | a2403e3d8edc2543a2dc8968682e50bd8e7f979a (diff) | |
| download | emacs-8ee5ffe5d645829380b380dd8d8728fff45cfeaa.tar.gz emacs-8ee5ffe5d645829380b380dd8d8728fff45cfeaa.zip | |
* programs.texi (Matching): Use slightly more detailed description.
| -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 |