Mercurial > emacs
changeset 100436:a86104b93aaa
* international/mule.el (find-auto-coding): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 15 Dec 2008 15:22:48 +0000 |
parents | 52f6ee5edde1 |
children | 3f79b3dad1ed |
files | lisp/ChangeLog lisp/international/mule.el |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <lekktu@gmail.com> + * 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'.
--- 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.