# HG changeset patch # User Luc Teirlinck # Date 1133110797 0 # Node ID a90e7f4f4c4571d196b01ed7d46deba3267954b8 # Parent 8dc626ffc10d51b03a6cc5a766c6a16331f79b10 (blink-matching-paren-on-screen): Further doc fix. diff -r 8dc626ffc10d -r a90e7f4f4c45 lisp/simple.el --- 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)