changeset 67205:06635bf17a9e

(latex-inputenc-coding-alist): Reword doc string.
author Reiner Steib <Reiner.Steib@gmx.de>
date Tue, 29 Nov 2005 16:45:19 +0000
parents 0ae69a6a591d
children 73793709af3a
files lisp/ChangeLog lisp/international/latexenc.el
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Nov 29 15:42:42 2005 +0000
+++ b/lisp/ChangeLog	Tue Nov 29 16:45:19 2005 +0000
@@ -1,3 +1,8 @@
+2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
+
+	* international/latexenc.el (latex-inputenc-coding-alist): Reword
+	doc string.
+
 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
 
 	* help.el (describe-key-briefly, describe-key): Recognize default
--- a/lisp/international/latexenc.el	Tue Nov 29 15:42:42 2005 +0000
+++ b/lisp/international/latexenc.el	Tue Nov 29 16:45:19 2005 +0000
@@ -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