diff lisp/international/mule-util.el @ 89500:e8de75a86fbc

(detect-coding-with-language-environment): Doc fix.
author Dave Love <fx@gnu.org>
date Thu, 11 Sep 2003 09:51:13 +0000
parents 2f877ed80fa6
children 68c22ea6027c
line wrap: on
line diff
--- a/lisp/international/mule-util.el	Thu Sep 11 09:26:21 2003 +0000
+++ b/lisp/international/mule-util.el	Thu Sep 11 09:51:13 2003 +0000
@@ -358,7 +358,7 @@
 
 ;;;###autoload
 (defun detect-coding-with-language-environment (from to lang-env)
-  "Detect a coding system of the text between FROM and TO with LANG-ENV.
+  "Detect a coding system for the text between FROM and TO with LANG-ENV.
 The detection takes into account the coding system priorities for the
 language environment LANG-ENV."
   (let ((coding-priority (get-language-info lang-env 'coding-priority)))