changeset 68829:508732e39a9f

(blink-matching-paren-dont-ignore-comments): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 12 Feb 2006 20:31:12 +0000
parents 6129fc95cce2
children a924d28d2d25
files lisp/simple.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)