changeset 39979:b2ccc516d0dd

Update the Commentary with installation instructions.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 16 Oct 2001 19:05:47 +0000
parents 795002b191bb
children 53c0b7c1f6d3
files lisp/paren.el
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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: