summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-10-16 19:07:50 +0000
committerEli Zaretskii <eliz@gnu.org>2001-10-16 19:07:50 +0000
commitca5b46fc992f621181312ccbac033c18c5d60888 (patch)
tree7de4e6496828d9f448cc4880b372d4490719b74a
parent142425283b302ef3914658f7b02aa8406f59ed83 (diff)
downloademacs-ca5b46fc992f621181312ccbac033c18c5d60888.tar.gz
emacs-ca5b46fc992f621181312ccbac033c18c5d60888.tar.bz2
emacs-ca5b46fc992f621181312ccbac033c18c5d60888.zip
Update the Commentary with installation instructions.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/paren.el8
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 <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
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: