aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/simple.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 8c03b919c59..6f4f5eb4073 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -4427,7 +4427,7 @@ of the buffer appears in the mode line."
4427 4427
4428(defcustom blink-matching-paren-on-screen t 4428(defcustom blink-matching-paren-on-screen t
4429 "*Non-nil means show matching open-paren when it is on screen. 4429 "*Non-nil means show matching open-paren when it is on screen.
4430If nil, means don't show it (but the open-paren can still be shown 4430If nil, don't show it (but the open-paren can still be shown
4431when it is off screen). 4431when it is off screen).
4432 4432
4433This variable has no effect if `blink-matching-paren' is nil. 4433This variable has no effect if `blink-matching-paren' is nil.
@@ -4448,7 +4448,7 @@ If nil, search stops at the beginning of the accessible portion of the buffer."
4448 :group 'paren-blinking) 4448 :group 'paren-blinking)
4449 4449
4450(defcustom blink-matching-paren-dont-ignore-comments nil 4450(defcustom blink-matching-paren-dont-ignore-comments nil
4451 "*nil means `blink-matching-paren' ignores comments. 4451 "*If nil, `blink-matching-paren' ignores comments.
4452More precisely, when looking for the matching parenthesis, 4452More precisely, when looking for the matching parenthesis,
4453it skips the contents of comments that end before point." 4453it skips the contents of comments that end before point."
4454 :type 'boolean 4454 :type 'boolean