diff options
Diffstat (limited to 'lisp/paren.el')
-rw-r--r-- | lisp/paren.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/paren.el b/lisp/paren.el index ec50fa9c154..53fc343c6d5 100644 --- a/lisp/paren.el +++ b/lisp/paren.el @@ -40,6 +40,7 @@ ;; This is the overlay used to highlight the closeparen right before point. (defvar show-paren-overlay-1 nil) +;;;###autoload (defcustom show-paren-mode nil "*Toggle Show Paren mode. When Show Paren mode is enabled, any matching parenthesis is highlighted |