aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDmitry Gutov2015-08-18 23:31:52 +0300
committerDmitry Gutov2015-08-18 23:31:52 +0300
commit345284f5e9eebb07536d12c08c72f1bab02ea55e (patch)
tree9838de6a8d6e6512f6d12711a2a9a3fc81ed8c74 /doc
parent9c1e7d5a2666cdf63abcc6623a8489d7bd47fe22 (diff)
downloademacs-345284f5e9eebb07536d12c08c72f1bab02ea55e.tar.gz
emacs-345284f5e9eebb07536d12c08c72f1bab02ea55e.zip
Allow blink-matching-paren to jump off screen
* doc/emacs/programs.texi (Matching): Mention the `blink-matching-paren' value `jump-offscreen'. * lisp/simple.el (blink-matching-paren): New possible value. (blink-matching-paren-on-screen): Clarify the docstring. (blink-matching-open): Handle `jump-offscreen' (bug#21286).
Diffstat (limited to 'doc')
-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 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}
815disables it, but the default is @code{t} to enable it. Set it to 815disables 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
817to the matching opening delimiter. 817to the matching opening delimiter. Set it to @code{jump-offscreen} to
818make 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