aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2008-12-15 15:22:48 +0000
committerJuanma Barranquero2008-12-15 15:22:48 +0000
commitd5c78b09ab3e092d0b170671c3f7641f986f56e8 (patch)
tree42c3c47474ee2b15b3aabe3b7935f0005a1e44e5 /lisp/ChangeLog
parent97a424b85894aa746343787ff064301e4a86094c (diff)
downloademacs-d5c78b09ab3e092d0b170671c3f7641f986f56e8.tar.gz
emacs-d5c78b09ab3e092d0b170671c3f7641f986f56e8.zip
* international/mule.el (find-auto-coding): Fix typo in docstring.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e3310f2ce36..b39aecfc05e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12008-12-15 Juanma Barranquero <lekktu@gmail.com> 12008-12-15 Juanma Barranquero <lekktu@gmail.com>
2 2
3 * international/mule.el (find-auto-coding): Fix typo in docstring.
4
3 * simple.el (bad-package-check): Fix arguments of `display-warning', 5 * simple.el (bad-package-check): Fix arguments of `display-warning',
4 using the package name as TYPE. Use `string-match-p'. 6 using the package name as TYPE. Use `string-match-p'.
5 7