summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2002-09-03 04:16:36 +0000
committerPavel Janík <Pavel@Janik.cz>2002-09-03 04:16:36 +0000
commit210f10ece8de340fa39ff1c6027232228abec45c (patch)
tree832dc3bf63c654ccd386bb4daf6f67902da727d3
parent81cb34cd03c6837ba67faf5be17fa6998b29af82 (diff)
downloademacs-210f10ece8de340fa39ff1c6027232228abec45c.tar.gz
emacs-210f10ece8de340fa39ff1c6027232228abec45c.tar.bz2
emacs-210f10ece8de340fa39ff1c6027232228abec45c.zip
Fix typo.
-rw-r--r--lisp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f0e468216b4..2cb6d8e4021 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1115,7 +1115,7 @@
* warnings.el (lwarn, warn, warning-levels): Doc fix.
(warning-suppress-log-types): Fix typo.
- (display-warning): Fix typo. Remove useless asignment to free variable
+ (display-warning): Fix typo. Remove useless assignment to free variable
`group-string'.
2002-07-25 Markus Rost <rost@math.ohio-state.edu>