From eac5c1f628b3624dd6f0f5d2550c881129861f0b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 2 Dec 2005 13:25:19 +0000 Subject: [PATCH] (latex-inputenc-coding-alist): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/international/latexenc.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bf8d6bf2503..e2cc50df1f1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2005-12-02 Eli Zaretskii + + * international/latexenc.el (latex-inputenc-coding-alist): Doc fix. + 2005-12-02 Agustin Martin * textmodes/flyspell.el (flyspell-external-point-words): Consider diff --git a/lisp/international/latexenc.el b/lisp/international/latexenc.el index 15a0d1067e1..51d70faf76c 100644 --- a/lisp/international/latexenc.el +++ b/lisp/international/latexenc.el @@ -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 -- 2.39.5