(detect-coding-with-language-environment): Doc fix.
authorDave Love <fx@gnu.org>
Thu, 11 Sep 2003 09:51:13 +0000 (09:51 +0000)
committerDave Love <fx@gnu.org>
Thu, 11 Sep 2003 09:51:13 +0000 (09:51 +0000)
lisp/international/mule-util.el

index 7914851..0ba9bf5 100644 (file)
@@ -358,7 +358,7 @@ coding systems ordered by priority."
 
 ;;;###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)))