diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2005-11-27 16:59:57 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-11-27 16:59:57 +0000 |
commit | 9cb370a94be9010e625338d22e22b0019c92d868 (patch) | |
tree | 5ee20cdf143fc69393564175eb955e133ead371e /lisp | |
parent | 965cd29a27fe16fa6b30defb93bc73f8d74b7fa6 (diff) | |
download | emacs-9cb370a94be9010e625338d22e22b0019c92d868.tar.gz emacs-9cb370a94be9010e625338d22e22b0019c92d868.tar.bz2 emacs-9cb370a94be9010e625338d22e22b0019c92d868.zip |
(blink-matching-paren-on-screen): Further doc fix.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/simple.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 36f6be2f10a..b365d68c306 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -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) |