]> code.delx.au - gnu-emacs/commitdiff
(blink-matching-paren-on-screen): Further doc fix.
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 27 Nov 2005 16:59:57 +0000 (16:59 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 27 Nov 2005 16:59:57 +0000 (16:59 +0000)
lisp/simple.el

index 36f6be2f10a5c2cba09d8494327ae5536c84d3fe..b365d68c3068d6a4b7a3a7ab7f1ccd54cfc0ce96 100644 (file)
@@ -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)