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:
parent
6eff8ddf02
commit
a40f1cb47f
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue