changeset 67155:30968a553175

(blink-matching-paren-on-screen): Doc fix.
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 27 Nov 2005 17:02:13 +0000
parents a90e7f4f4c45
children 33af3a25cca6
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)