]> git.eshelyaron.com Git - emacs.git/commitdiff
Update the Commentary with installation instructions.
authorEli Zaretskii <eliz@gnu.org>
Tue, 16 Oct 2001 19:07:50 +0000 (19:07 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 16 Oct 2001 19:07:50 +0000 (19:07 +0000)
lisp/ChangeLog
lisp/paren.el

index f59c7001505552cf29b2b077f4612fefed0fc309..e5af0e44f54fc03c5fd4f5540b7c4da6f0cc4f57 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-16  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * paren.el: Update the Commentary with installation instructions.
+
 2001-10-15  Dave Love  <fx@gnu.org>
 
        * international/mule.el (set-auto-coding): Fix regexps for local
index b2d4775ccb24f8d6afe50d8ff7bb221b99c15dc0..31ede3f4e016475586025c35952e5f0c2a5ae090 100644 (file)
 
 ;;; 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: