diff lisp/international/mule.el @ 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 9b767bc53027
children d6746b17d747
line wrap: on
line diff
--- 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.