diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-10-16 19:07:50 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-10-16 19:07:50 +0000 |
commit | ca5b46fc992f621181312ccbac033c18c5d60888 (patch) | |
tree | 7de4e6496828d9f448cc4880b372d4490719b74a | |
parent | 142425283b302ef3914658f7b02aa8406f59ed83 (diff) | |
download | emacs-ca5b46fc992f621181312ccbac033c18c5d60888.tar.gz emacs-ca5b46fc992f621181312ccbac033c18c5d60888.tar.bz2 emacs-ca5b46fc992f621181312ccbac033c18c5d60888.zip |
Update the Commentary with installation instructions.
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | 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 <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: |