changeset 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 47e2e534b750
children 1e9b4e28ef36
files lisp/international/mule-util.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)))