aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/paren.el1
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 @@
40;; This is the overlay used to highlight the closeparen right before point. 40;; This is the overlay used to highlight the closeparen right before point.
41(defvar show-paren-overlay-1 nil) 41(defvar show-paren-overlay-1 nil)
42 42
43;;;###autoload
43(defcustom show-paren-mode nil 44(defcustom show-paren-mode nil
44 "*Toggle Show Paren mode. 45 "*Toggle Show Paren mode.
45When Show Paren mode is enabled, any matching parenthesis is highlighted 46When Show Paren mode is enabled, any matching parenthesis is highlighted