summaryrefslogtreecommitdiff
path: root/lisp/paren.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-10-16 19:07:50 +0000
committerEli Zaretskii <eliz@gnu.org>2001-10-16 19:07:50 +0000
commitca5b46fc992f621181312ccbac033c18c5d60888 (patch)
tree7de4e6496828d9f448cc4880b372d4490719b74a /lisp/paren.el
parent142425283b302ef3914658f7b02aa8406f59ed83 (diff)
downloademacs-ca5b46fc992f621181312ccbac033c18c5d60888.tar.gz
Update the Commentary with installation instructions.
Diffstat (limited to 'lisp/paren.el')
-rw-r--r--lisp/paren.el8
1 files changed, 6 insertions, 2 deletions
diff --git a/lisp/paren.el b/lisp/paren.el
index b2d4775ccb2..31ede3f4e01 100644
--- a/lisp/paren.el
+++ b/lisp/paren.el
@@ -25,8 +25,12 @@
;;; Commentary:
-;; Load this and it will display highlighting on whatever
-;; paren matches the one before or after point.
+;; Put this into your ~/.emacs:
+
+;; (show-paren-mode t)
+
+;; It will display highlighting on whatever paren matches the one
+;; before or after point.
;;; Code: