# HG changeset patch # User Luc Teirlinck # Date 1133110933 0 # Node ID 30968a5531755c343b9dac9faebca3a1d072c453 # Parent a90e7f4f4c4571d196b01ed7d46deba3267954b8 (blink-matching-paren-on-screen): Doc fix. diff -r a90e7f4f4c45 -r 30968a553175 lisp/simple.el --- a/lisp/simple.el Sun Nov 27 16:59:57 2005 +0000 +++ b/lisp/simple.el Sun Nov 27 17:02:13 2005 +0000 @@ -4262,7 +4262,7 @@ when it is off screen). This variable has no effect if `blink-matching-paren' is nil. -\(In that case, the open paren is never shown,) +\(In that case, the open-paren is never shown.) It is also ignored if `show-paren-mode' is enabled." :type 'boolean :group 'paren-blinking)