diff lisp/international/latexenc.el @ 67256:47d2cf396650

(latex-inputenc-coding-alist): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 02 Dec 2005 13:24:11 +0000
parents 06635bf17a9e
children d6c3138b1287
line wrap: on
line diff
--- a/lisp/international/latexenc.el	Fri Dec 02 13:17:38 2005 +0000
+++ b/lisp/international/latexenc.el	Fri Dec 02 13:24:11 2005 +0000
@@ -78,7 +78,7 @@
     ("next" . next) ; The Next encoding
     ("utf8" . utf-8)
     ("utf8x" . utf-8)) ; used by the Unicode LaTeX package
-  "Mapping from LaTeX encodings to Emacs coding systems.
+  "Mapping from LaTeX encodings in \"inputenc.sty\" to Emacs coding systems.
 LaTeX encodings are specified with \"\\usepackage[encoding]{inputenc}\".
 Used by the function `latexenc-find-file-coding-system'."
   :group 'files