From ca5b46fc992f621181312ccbac033c18c5d60888 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 16 Oct 2001 19:07:50 +0000 Subject: [PATCH] Update the Commentary with installation instructions. --- lisp/ChangeLog | 4 ++++ lisp/paren.el | 8 ++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f59c7001505..e5af0e44f54 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 Dave Love * international/mule.el (set-auto-coding): Fix regexps for local 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: -- 2.39.5