]> git.eshelyaron.com Git - emacs.git/commitdiff
* international/mule.el (find-auto-coding): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 15 Dec 2008 15:22:48 +0000 (15:22 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 15 Dec 2008 15:22:48 +0000 (15:22 +0000)
lisp/ChangeLog
lisp/international/mule.el

index e3310f2ce36bb496a63f71c7c0cce22b102171fd..b39aecfc05e3a222c0b254fe236ce0930bbff274 100644 (file)
@@ -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'.
 
index 8ae45e8b3cbef71039ed0eb3875b120dced1aa96..9563fa42733a14f0558f3faecf703fed3548ded4 100644 (file)
@@ -1688,7 +1688,7 @@ gives a match.
 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.