From: Dave Love Date: Thu, 11 Sep 2003 09:51:13 +0000 (+0000) Subject: (detect-coding-with-language-environment): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1848 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a40f1cb47f8d3184a9c66bf23440baceddddedcd;p=emacs.git (detect-coding-with-language-environment): Doc fix. --- diff --git a/lisp/international/mule-util.el b/lisp/international/mule-util.el index 79148510a0a..0ba9bf5360d 100644 --- a/lisp/international/mule-util.el +++ b/lisp/international/mule-util.el @@ -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)))