From: Luc Teirlinck Date: Sun, 27 Nov 2005 17:02:13 +0000 (+0000) Subject: (blink-matching-paren-on-screen): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~5648 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a9f72e5feaad5267d098258af7bd5f5bbc1db3d1;p=emacs.git (blink-matching-paren-on-screen): Doc fix. --- diff --git a/lisp/simple.el b/lisp/simple.el index b365d68c306..f6a6fd6ad9a 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -4262,7 +4262,7 @@ If nil, means don't show it (but the open-paren can still be shown 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)