diff lisp/international/mule.el @ 75513:99dc233f3753

(find-auto-coding): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 29 Jan 2007 16:14:13 +0000
parents e3694f1cb928
children 2b80d4245e1d 07774e5c3ff5 f83d17e1ace6
line wrap: on
line diff
--- a/lisp/international/mule.el	Mon Jan 29 16:13:22 2007 +0000
+++ b/lisp/international/mule.el	Mon Jan 29 16:14:13 2007 +0000
@@ -1676,7 +1676,7 @@
 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)))