diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-10-16 19:07:50 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-10-16 19:07:50 +0000 |
commit | ca5b46fc992f621181312ccbac033c18c5d60888 (patch) | |
tree | 7de4e6496828d9f448cc4880b372d4490719b74a /lisp/paren.el | |
parent | 142425283b302ef3914658f7b02aa8406f59ed83 (diff) | |
download | emacs-ca5b46fc992f621181312ccbac033c18c5d60888.tar.gz emacs-ca5b46fc992f621181312ccbac033c18c5d60888.tar.bz2 emacs-ca5b46fc992f621181312ccbac033c18c5d60888.zip |
Update the Commentary with installation instructions.
Diffstat (limited to 'lisp/paren.el')
-rw-r--r-- | lisp/paren.el | 8 |
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: |