summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Jose Latorre <viniciusjl@ig.com.br>2006-12-03 22:26:52 +0000
committerVinicius Jose Latorre <viniciusjl@ig.com.br>2006-12-03 22:26:52 +0000
commit77ea34ced9efeb406db920ded67a4e2d1dd584d5 (patch)
tree743f764b32f166041f44eb7a4462a7cc6669b9ea
parentc07583cdcf5f82d70e3cfbdc4e8d1e7402a40583 (diff)
downloademacs-77ea34ced9efeb406db920ded67a4e2d1dd584d5.tar.gz
Fix paren.el doc.
-rw-r--r--lisp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fa31bf7da44..fc4eee83553 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -79,7 +79,7 @@
2006-12-01 Ben North <ben@redfrontdoor.org>
* paren.el: Fix the highlight overlay extension when the user types a
- sequence of char very fast just after the open parenthesis.
+ sequence of char very fast just before the open parenthesis.
2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>