# HG changeset patch # User Eli Zaretskii # Date 1003259147 0 # Node ID b2ccc516d0dd62a9514855346403b8171110ead6 # Parent 795002b191bb227dc4653ed615b042aad0ecad46 Update the Commentary with installation instructions. diff -r 795002b191bb -r b2ccc516d0dd lisp/paren.el --- a/lisp/paren.el Tue Oct 16 13:09:06 2001 +0000 +++ b/lisp/paren.el Tue Oct 16 19:05:47 2001 +0000 @@ -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: