Mercurial > emacs
changeset 75693:ee95fe58241e
(blink-matching-paren-dont-ignore-comments, blink-matching-paren-on-screen):
Doc fixes.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 06 Feb 2007 09:35:04 +0000 |
parents | 25f793b5051e |
children | 7c6fc4d5bbfe |
files | lisp/simple.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Tue Feb 06 09:10:02 2007 +0000 +++ b/lisp/simple.el Tue Feb 06 09:35:04 2007 +0000 @@ -4427,7 +4427,7 @@ (defcustom blink-matching-paren-on-screen t "*Non-nil means show matching open-paren when it is on screen. -If nil, means don't show it (but the open-paren can still be shown +If nil, don't show it (but the open-paren can still be shown when it is off screen). This variable has no effect if `blink-matching-paren' is nil. @@ -4448,7 +4448,7 @@ :group 'paren-blinking) (defcustom blink-matching-paren-dont-ignore-comments nil - "*nil means `blink-matching-paren' ignores comments. + "*If nil, `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