From: Luc Teirlinck Date: Sun, 27 Nov 2005 16:59:57 +0000 (+0000) Subject: (blink-matching-paren-on-screen): Further doc fix. X-Git-Tag: emacs-pretest-22.0.90~5649 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9cb370a94be9010e625338d22e22b0019c92d868;p=emacs.git (blink-matching-paren-on-screen): Further doc fix. --- diff --git a/lisp/simple.el b/lisp/simple.el index 36f6be2f10a..b365d68c306 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -4261,7 +4261,9 @@ of the buffer appears in the mode line." 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)