From: Eli Zaretskii Date: Tue, 16 Oct 2001 18:56:39 +0000 (+0000) Subject: Update the Commentary with installation instructions. X-Git-Tag: emacs-21.1~50 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f245f9e90c75d44559d5fa4c65ba21b1f847e38e;p=emacs.git Update the Commentary with installation instructions. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d53c1cb44b1..08053855927 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-10-16 Eli Zaretskii + + * paren.el: Update the Commentary with installation instructions. + 2001-10-15 John Wiegley * eshell/em-unix.el (eshell/cat): Do a quick test if something is 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: