comparison 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
comparison
equal deleted inserted replaced
100435:52f6ee5edde1 100436:a86104b93aaa
1686 gives a match. 1686 gives a match.
1687 1687
1688 If a coding system is specifed, the return value is a cons 1688 If a coding system is specifed, the return value is a cons
1689 \(CODING . SOURCE), where CODING is the specified coding system and 1689 \(CODING . SOURCE), where CODING is the specified coding system and
1690 SOURCE is a symbol `auto-coding-alist', `auto-coding-regexp-alist', 1690 SOURCE is a symbol `auto-coding-alist', `auto-coding-regexp-alist',
1691 `coding:', or `auto-coding-functions' indicating by what CODING is 1691 `:coding', or `auto-coding-functions' indicating by what CODING is
1692 specified. Note that the validity of CODING is not checked; 1692 specified. Note that the validity of CODING is not checked;
1693 it's the caller's responsibility to check it. 1693 it's the caller's responsibility to check it.
1694 1694
1695 If nothing is specified, the return value is nil." 1695 If nothing is specified, the return value is nil."
1696 (or (let ((coding-system (auto-coding-alist-lookup filename))) 1696 (or (let ((coding-system (auto-coding-alist-lookup filename)))