diff options
| author | Dave Love | 2003-09-11 09:51:13 +0000 |
|---|---|---|
| committer | Dave Love | 2003-09-11 09:51:13 +0000 |
| commit | a40f1cb47f8d3184a9c66bf23440baceddddedcd (patch) | |
| tree | fff3bd486511cf5cde30c3ffcd1e8eb704499128 | |
| parent | 6eff8ddf026a9ebb30e66ae02e0ee4dde0d4db84 (diff) | |
| download | emacs-a40f1cb47f8d3184a9c66bf23440baceddddedcd.tar.gz emacs-a40f1cb47f8d3184a9c66bf23440baceddddedcd.zip | |
(detect-coding-with-language-environment): Doc fix.
| -rw-r--r-- | lisp/international/mule-util.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 358 | 358 | ||
| 359 | ;;;###autoload | 359 | ;;;###autoload |
| 360 | (defun detect-coding-with-language-environment (from to lang-env) | 360 | (defun detect-coding-with-language-environment (from to lang-env) |
| 361 | "Detect a coding system of the text between FROM and TO with LANG-ENV. | 361 | "Detect a coding system for the text between FROM and TO with LANG-ENV. |
| 362 | The detection takes into account the coding system priorities for the | 362 | The detection takes into account the coding system priorities for the |
| 363 | language environment LANG-ENV." | 363 | language environment LANG-ENV." |
| 364 | (let ((coding-priority (get-language-info lang-env 'coding-priority))) | 364 | (let ((coding-priority (get-language-info lang-env 'coding-priority))) |