From 06e2cc3d2928865ff30fbc0d5e9385dc02a7842a Mon Sep 17 00:00:00 2001 From: Reiner Steib Date: Tue, 29 Nov 2005 16:45:19 +0000 Subject: [PATCH] (latex-inputenc-coding-alist): Reword doc string. --- lisp/ChangeLog | 5 +++++ lisp/international/latexenc.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 521936810a7..6612dc6d799 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2005-11-29 Reiner Steib + + * international/latexenc.el (latex-inputenc-coding-alist): Reword + doc string. + 2005-11-29 Chong Yidong * help.el (describe-key-briefly, describe-key): Recognize default 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 -- 2.39.5