From: Richard M. Stallman Date: Sun, 12 Feb 2006 20:31:12 +0000 (+0000) Subject: (blink-matching-paren-dont-ignore-comments): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~4187 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ab6b3b16554446c48e0a188550087c5082910ff5;p=emacs.git (blink-matching-paren-dont-ignore-comments): Doc fix. --- 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)