# HG changeset patch # User Dave Love # Date 1063273873 0 # Node ID e8de75a86fbc1613ce86acf3f43c87bea5e8f460 # Parent 47e2e534b7500e54bbc05f50eea1793526316c19 (detect-coding-with-language-environment): Doc fix. diff -r 47e2e534b750 -r e8de75a86fbc lisp/international/mule-util.el --- 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)))