summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2020-06-30 14:21:51 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2020-07-05 23:51:40 +0200
commitc78db891060ea91aabed23d91234532729e3b705 (patch)
tree1c5738a52cbc8d192b2296b90c96d26bf30adf15
parentab80b26667883a0fa5e2d7349eaa0ccaf014d939 (diff)
downloadorg-mode-c78db891060ea91aabed23d91234532729e3b705.tar.gz
entities: rename section with eth and thorn to "Icelandic"
Eth and thorn are letters in the Icelandic alphabet, and the language is in active use. TINYCHANGE
-rw-r--r--lisp/org-entities.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-entities.el b/lisp/org-entities.el
index e32ce26..5529f77 100644
--- a/lisp/org-entities.el
+++ b/lisp/org-entities.el
@@ -226,7 +226,7 @@ packages to be loaded, add these packages to `org-latex-packages-alist'."
("beth" "\\beth" t "&beth;" "beth" "beth" "ב")
("dalet" "\\daleth" t "&daleth;" "dalet" "dalet" "ד")
- "** Dead languages"
+ "** Icelandic"
("ETH" "\\DH{}" nil "&ETH;" "D" "Ð" "Ð")
("eth" "\\dh{}" nil "&eth;" "dh" "ð" "ð")
("THORN" "\\TH{}" nil "&THORN;" "TH" "Þ" "Þ")