# HG changeset patch # User Juanma Barranquero # Date 1170087253 0 # Node ID 99dc233f3753bae486d5c0e4192b50601ee91f88 # Parent aee02f0a570b1e68612caf4a72628488f93e3816 (find-auto-coding): Fix typo in docstring. diff -r aee02f0a570b -r 99dc233f3753 lisp/international/mule.el --- 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)))