# HG changeset patch # User Juanma Barranquero # Date 1229354568 0 # Node ID a86104b93aaa93fee0b9c5bc05061be0e6f19d12 # Parent 52f6ee5edde1d8938a46f30b12167b289bf28dee * international/mule.el (find-auto-coding): Fix typo in docstring. diff -r 52f6ee5edde1 -r a86104b93aaa lisp/ChangeLog --- a/lisp/ChangeLog Mon Dec 15 15:06:50 2008 +0000 +++ b/lisp/ChangeLog Mon Dec 15 15:22:48 2008 +0000 @@ -1,5 +1,7 @@ 2008-12-15 Juanma Barranquero + * international/mule.el (find-auto-coding): Fix typo in docstring. + * simple.el (bad-package-check): Fix arguments of `display-warning', using the package name as TYPE. Use `string-match-p'. diff -r 52f6ee5edde1 -r a86104b93aaa lisp/international/mule.el --- a/lisp/international/mule.el Mon Dec 15 15:06:50 2008 +0000 +++ b/lisp/international/mule.el Mon Dec 15 15:22:48 2008 +0000 @@ -1688,7 +1688,7 @@ If a coding system is specifed, the return value is a cons \(CODING . SOURCE), where CODING is the specified coding system and SOURCE is a symbol `auto-coding-alist', `auto-coding-regexp-alist', -`coding:', or `auto-coding-functions' indicating by what CODING is +`:coding', or `auto-coding-functions' indicating by what CODING is specified. Note that the validity of CODING is not checked; it's the caller's responsibility to check it.