From 382f8b5c8f9df8c11181dcbcfa57621dfe38829e Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 29 Jan 2007 16:14:13 +0000 Subject: [PATCH] (find-auto-coding): Fix typo in docstring. --- lisp/international/mule.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.2