diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-11-27 17:02:13 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-11-27 17:02:13 +0000 |
commit | a9f72e5feaad5267d098258af7bd5f5bbc1db3d1 (patch) | |
tree | eb7e60aadadc875104c4c98edb97dfe6bedf0441 | |
parent | 9cb370a94be9010e625338d22e22b0019c92d868 (diff) | |
download | emacs-a9f72e5feaad5267d098258af7bd5f5bbc1db3d1.tar.gz emacs-a9f72e5feaad5267d098258af7bd5f5bbc1db3d1.tar.bz2 emacs-a9f72e5feaad5267d098258af7bd5f5bbc1db3d1.zip |
(blink-matching-paren-on-screen): Doc fix.
-rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |