diff options
| -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 | |||
| 4262 | when it is off screen). | 4262 | when it is off screen). |
| 4263 | 4263 | ||
| 4264 | This variable has no effect if `blink-matching-paren' is nil. | 4264 | This variable has no effect if `blink-matching-paren' is nil. |
| 4265 | \(In that case, the open paren is never shown,) | 4265 | \(In that case, the open-paren is never shown.) |
| 4266 | It is also ignored if `show-paren-mode' is enabled." | 4266 | It is also ignored if `show-paren-mode' is enabled." |
| 4267 | :type 'boolean | 4267 | :type 'boolean |
| 4268 | :group 'paren-blinking) | 4268 | :group 'paren-blinking) |