1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-16 13:11:14 -08:00

(detect-coding-with-language-environment): Doc fix.

This commit is contained in:
Dave Love 2003-09-11 09:51:13 +00:00
parent 6eff8ddf02
commit a40f1cb47f

View 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)))