aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReiner Steib2005-11-29 16:45:19 +0000
committerReiner Steib2005-11-29 16:45:19 +0000
commit06e2cc3d2928865ff30fbc0d5e9385dc02a7842a (patch)
tree938b1a4a246e11a4286c6adb7904db87e66e5faf
parent2c30b4506a647d128e83bcb7f932e05661097b47 (diff)
downloademacs-06e2cc3d2928865ff30fbc0d5e9385dc02a7842a.tar.gz
emacs-06e2cc3d2928865ff30fbc0d5e9385dc02a7842a.zip
(latex-inputenc-coding-alist): Reword doc string.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/international/latexenc.el3
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 521936810a7..6612dc6d799 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * international/latexenc.el (latex-inputenc-coding-alist): Reword
4 doc string.
5
12005-11-29 Chong Yidong <cyd@stupidchicken.com> 62005-11-29 Chong Yidong <cyd@stupidchicken.com>
2 7
3 * help.el (describe-key-briefly, describe-key): Recognize default 8 * 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 @@
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 encoding names used by LaTeX's \"inputenc.sty\" to Emacs coding systems. 81 "Mapping from LaTeX encodings to Emacs coding systems.
82LaTeX encodings are specified with \"\\usepackage[encoding]{inputenc}\".
82Used by the function `latexenc-find-file-coding-system'." 83Used by the function `latexenc-find-file-coding-system'."
83 :group 'files 84 :group 'files
84 :group 'mule 85 :group 'mule