aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/simple.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index eca0b9817ac..a991481995d 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -1986,9 +1986,8 @@ in the mode line."
1986(defvar blink-matching-paren t 1986(defvar blink-matching-paren t
1987 "*Non-nil means show matching open-paren when close-paren is inserted.") 1987 "*Non-nil means show matching open-paren when close-paren is inserted.")
1988 1988
1989(defconst blink-matching-paren-distance 4000 1989(defconst blink-matching-paren-distance 12000
1990 "*If non-nil, is maximum distance to search for matching open-paren 1990 "*If non-nil, is maximum distance to search for matching open-paren.")
1991when close-paren is inserted.")
1992 1991
1993(defun blink-matching-open () 1992(defun blink-matching-open ()
1994 "Move cursor momentarily to the beginning of the sexp before point." 1993 "Move cursor momentarily to the beginning of the sexp before point."