Mercurial > emacs
changeset 67154:a90e7f4f4c45
(blink-matching-paren-on-screen): Further doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sun, 27 Nov 2005 16:59:57 +0000 |
parents | 8dc626ffc10d |
children | 30968a553175 |
files | lisp/simple.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Sun Nov 27 15:54:28 2005 +0000 +++ b/lisp/simple.el Sun Nov 27 16:59:57 2005 +0000 @@ -4261,7 +4261,9 @@ If nil, means don't show it (but the open-paren can still be shown when it is off screen). -This variable is ignored if `show-paren-mode' is enabled." +This variable has no effect if `blink-matching-paren' is nil. +\(In that case, the open paren is never shown,) +It is also ignored if `show-paren-mode' is enabled." :type 'boolean :group 'paren-blinking)