]> code.delx.au - gnu-emacs/commitdiff
(latex-inputenc-coding-alist): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Fri, 2 Dec 2005 13:25:19 +0000 (13:25 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 2 Dec 2005 13:25:19 +0000 (13:25 +0000)
lisp/ChangeLog
lisp/international/latexenc.el

index bf8d6bf250328e64b3e68fe7ff20b3558e469f79..e2cc50df1f13bfbbbd4213e915e708b81f093065 100644 (file)
@@ -1,3 +1,7 @@
+2005-12-02  Eli Zaretskii  <eliz@gnu.org>
+
+       * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
+
 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
 
        * textmodes/flyspell.el (flyspell-external-point-words): Consider
index 15a0d1067e1c8f9b3c2e9f2ef911fe5938a177c5..51d70faf76c833f732c645981779a62ca353b108 100644 (file)
@@ -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