aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2007-01-29 16:14:13 +0000
committerJuanma Barranquero2007-01-29 16:14:13 +0000
commit382f8b5c8f9df8c11181dcbcfa57621dfe38829e (patch)
treeb4e8a02f72310ea8a7995f284ba2cc79f94ce8f1
parent31096fe898f8cb2194d771fdd4c96ca7a02e8d52 (diff)
downloademacs-382f8b5c8f9df8c11181dcbcfa57621dfe38829e.tar.gz
emacs-382f8b5c8f9df8c11181dcbcfa57621dfe38829e.zip
(find-auto-coding): Fix typo in docstring.
-rw-r--r--lisp/international/mule.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index 25b53027f95..6d1a17cba42 100644
--- a/lisp/international/mule.el
+++ b/lisp/international/mule.el
@@ -1676,7 +1676,7 @@ cons (CODING . SOURCE), where CODING is the specified coding
1676system and SOURCE is a symbol `auto-coding-alist', 1676system and SOURCE is a symbol `auto-coding-alist',
1677`auto-coding-regexp-alist', `coding:', or `auto-coding-functions' 1677`auto-coding-regexp-alist', `coding:', or `auto-coding-functions'
1678indicating by what CODING is specified. Note that the validity 1678indicating by what CODING is specified. Note that the validity
1679of CODING is not checked; it's callers responsibility to check it. 1679of CODING is not checked; it's the caller's responsibility to check it.
1680 1680
1681If nothing is specified, the return value is nil." 1681If nothing is specified, the return value is nil."
1682 (or (let ((coding-system (auto-coding-alist-lookup filename))) 1682 (or (let ((coding-system (auto-coding-alist-lookup filename)))