From ab6b3b16554446c48e0a188550087c5082910ff5 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 12 Feb 2006 20:31:12 +0000 Subject: [PATCH] (blink-matching-paren-dont-ignore-comments): Doc fix. --- lisp/simple.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index 58b0ba2de57..685e6f2788b 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -4336,7 +4336,9 @@ If nil, search stops at the beginning of the accessible portion of the buffer." :group 'paren-blinking) (defcustom blink-matching-paren-dont-ignore-comments nil - "*Non-nil means `blink-matching-paren' will not ignore comments." + "*nil means `blink-matching-paren' ignores comments. +More precisely, when looking for the matching parenthesis, +it skips the contents of comments that end before point." :type 'boolean :group 'paren-blinking) -- 2.39.2