mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
(latex-inputenc-coding-alist): Reword doc string.
This commit is contained in:
parent
2c30b4506a
commit
06e2cc3d29
2 changed files with 7 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue