From: Juanma Barranquero Date: Mon, 29 Jan 2007 16:14:13 +0000 (+0000) Subject: (find-auto-coding): Fix typo in docstring. X-Git-Tag: emacs-pretest-22.0.94~531 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=382f8b5c8f9df8c11181dcbcfa57621dfe38829e;p=emacs.git (find-auto-coding): Fix typo in docstring. --- 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 system and SOURCE is a symbol `auto-coding-alist', `auto-coding-regexp-alist', `coding:', or `auto-coding-functions' indicating by what CODING is specified. Note that the validity -of CODING is not checked; it's callers responsibility to check it. +of CODING is not checked; it's the caller's responsibility to check it. If nothing is specified, the return value is nil." (or (let ((coding-system (auto-coding-alist-lookup filename)))