summaryrefslogtreecommitdiff
path: root/lisp/simple.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-02-12 20:31:12 +0000
committerRichard M. Stallman <rms@gnu.org>2006-02-12 20:31:12 +0000
commitab6b3b16554446c48e0a188550087c5082910ff5 (patch)
treec5136d484c32e5ccfb003412899353e8e5c3af71 /lisp/simple.el
parent516bf0ee5fb911aa0a3578e72407f975b35814b3 (diff)
downloademacs-ab6b3b16554446c48e0a188550087c5082910ff5.tar.gz
(blink-matching-paren-dont-ignore-comments): Doc fix.
Diffstat (limited to 'lisp/simple.el')
-rw-r--r--lisp/simple.el4
1 files changed, 3 insertions, 1 deletions
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)