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

index d53c1cb44b15e4bed0cfed8573ca38e9171e039f..08053855927c9462fcebceb00690237237827f39 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  John Wiegley  <johnw@gnu.org>
 
        * eshell/em-unix.el (eshell/cat): Do a quick test if something is
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: