comparison 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
comparison
equal deleted inserted replaced
67255:34dab89f9339 67256:47d2cf396650
76 ;; ("latin10" . undecided) 76 ;; ("latin10" . undecided)
77 ;; ("macce" . undecided) ; Apple Central European 77 ;; ("macce" . undecided) ; Apple Central European
78 ("next" . next) ; The Next encoding 78 ("next" . next) ; The Next encoding
79 ("utf8" . utf-8) 79 ("utf8" . utf-8)
80 ("utf8x" . utf-8)) ; used by the Unicode LaTeX package 80 ("utf8x" . utf-8)) ; used by the Unicode LaTeX package
81 "Mapping from LaTeX encodings to Emacs coding systems. 81 "Mapping from LaTeX encodings in \"inputenc.sty\" to Emacs coding systems.
82 LaTeX encodings are specified with \"\\usepackage[encoding]{inputenc}\". 82 LaTeX encodings are specified with \"\\usepackage[encoding]{inputenc}\".
83 Used by the function `latexenc-find-file-coding-system'." 83 Used by the function `latexenc-find-file-coding-system'."
84 :group 'files 84 :group 'files
85 :group 'mule 85 :group 'mule
86 :type '(alist :key-type (string :tag "LaTeX input encoding") 86 :type '(alist :key-type (string :tag "LaTeX input encoding")