diff options
author | Reiner Steib <Reiner.Steib@gmx.de> | 2005-11-29 16:45:19 +0000 |
---|---|---|
committer | Reiner Steib <Reiner.Steib@gmx.de> | 2005-11-29 16:45:19 +0000 |
commit | 06e2cc3d2928865ff30fbc0d5e9385dc02a7842a (patch) | |
tree | 938b1a4a246e11a4286c6adb7904db87e66e5faf /lisp/international | |
parent | 2c30b4506a647d128e83bcb7f932e05661097b47 (diff) | |
download | emacs-06e2cc3d2928865ff30fbc0d5e9385dc02a7842a.tar.gz |
(latex-inputenc-coding-alist): Reword doc string.
Diffstat (limited to 'lisp/international')
-rw-r--r-- | lisp/international/latexenc.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/international/latexenc.el b/lisp/international/latexenc.el index c2d24e1a190..15a0d1067e1 100644 --- a/lisp/international/latexenc.el +++ b/lisp/international/latexenc.el @@ -78,7 +78,8 @@ ("next" . next) ; The Next encoding ("utf8" . utf-8) ("utf8x" . utf-8)) ; used by the Unicode LaTeX package - "Mapping from encoding names used by LaTeX's \"inputenc.sty\" to Emacs coding systems. + "Mapping from LaTeX encodings to Emacs coding systems. +LaTeX encodings are specified with \"\\usepackage[encoding]{inputenc}\". Used by the function `latexenc-find-file-coding-system'." :group 'files :group 'mule |