]> git.eshelyaron.com Git - emacs.git/commitdiff
(blink-matching-paren-dont-ignore-comments): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 12 Feb 2006 20:31:12 +0000 (20:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 12 Feb 2006 20:31:12 +0000 (20:31 +0000)
lisp/simple.el

index 58b0ba2de571d4f0f1e59d52a829e7006f7558fb..685e6f2788b54ac1bb4ea09b78eb1ecf4ad9e512 100644 (file)
@@ -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)