aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Gutov2014-03-16 01:53:22 +0200
committerDmitry Gutov2014-03-16 01:53:22 +0200
commit8ee5ffe5d645829380b380dd8d8728fff45cfeaa (patch)
treeac92838a183968ba211c271df8cedd4c16ad9db6
parenta2403e3d8edc2543a2dc8968682e50bd8e7f979a (diff)
downloademacs-8ee5ffe5d645829380b380dd8d8728fff45cfeaa.tar.gz
emacs-8ee5ffe5d645829380b380dd8d8728fff45cfeaa.zip
* programs.texi (Matching): Use slightly more detailed description.
-rw-r--r--doc/emacs/programs.texi3
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}
816disables it, but the default is @code{t} to enable it. Set it to 816disables 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
818to 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