# HG changeset patch # User Richard M. Stallman # Date 1139776272 0 # Node ID 508732e39a9f6283e905b3fe4ddadd50ee952624 # Parent 6129fc95cce299fbdafb3aa2867bcd523be893dc (blink-matching-paren-dont-ignore-comments): Doc fix. diff -r 6129fc95cce2 -r 508732e39a9f lisp/simple.el --- a/lisp/simple.el Sun Feb 12 20:30:49 2006 +0000 +++ b/lisp/simple.el Sun Feb 12 20:31:12 2006 +0000 @@ -4336,7 +4336,9 @@ :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)