1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-13 16:38:14 +00:00

Update the Commentary with installation instructions.

This commit is contained in:
Eli Zaretskii 2001-10-16 19:07:50 +00:00
parent 142425283b
commit ca5b46fc99
2 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -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: