diff options
Diffstat (limited to 'lisp/international/latexenc.el')
-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 |