aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-10-16 19:07:50 +0000
committerEli Zaretskii2001-10-16 19:07:50 +0000
commitca5b46fc992f621181312ccbac033c18c5d60888 (patch)
tree7de4e6496828d9f448cc4880b372d4490719b74a
parent142425283b302ef3914658f7b02aa8406f59ed83 (diff)
downloademacs-ca5b46fc992f621181312ccbac033c18c5d60888.tar.gz
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 @@
12001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * paren.el: Update the Commentary with installation instructions.
4
12001-10-15 Dave Love <fx@gnu.org> 52001-10-15 Dave Love <fx@gnu.org>
2 6
3 * international/mule.el (set-auto-coding): Fix regexps for local 7 * 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 @@
25 25
26;;; Commentary: 26;;; Commentary:
27 27
28;; Load this and it will display highlighting on whatever 28;; Put this into your ~/.emacs:
29;; paren matches the one before or after point. 29
30;; (show-paren-mode t)
31
32;; It will display highlighting on whatever paren matches the one
33;; before or after point.
30 34
31;;; Code: 35;;; Code:
32 36