Now a proper variable with documentation

This commit is contained in:
Lucien Cartier-Tilet 2020-01-29 21:48:56 +01:00
parent f65d603f8e
commit a14464f407
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 35 additions and 32 deletions

View File

@ -225,38 +225,41 @@ export"
("ó" . "v") ("ó" . "v")
("ń" . "\\\\ndot"))) ("ń" . "\\\\ndot")))
(setq conlanging//eittlanda-latin-to-runes '((", *" . "") (defvar conlanging//eittlanda-latin-to-runes '((", *" . "")
("\\. *" . "") ("\\. *" . "")
(" +" . "") (" +" . "")
(":" . "") (":" . "")
("hv" . "") ("hv" . "")
("i" . "") ("i" . "")
("y" . "") ("y" . "")
("u" . "") ("u" . "")
("e" . "") ("e" . "")
("ø" . "") ("ø" . "")
("o" . "") ("o" . "")
("œ" . "") ("œ" . "")
("ó" . "") ("ó" . "")
("æ" . "") ("æ" . "")
("a" . "") ("a" . "")
("m" . "") ("m" . "")
("n" . "") ("n" . "")
("ń" . "") ("ń" . "")
("p" . "") ("p" . "")
("b" . "") ("b" . "")
("t" . "") ("t" . "")
("d" . "") ("d" . "")
("k" . "") ("k" . "")
("g" . "") ("g" . "")
("f" . "") ("f" . "")
("þ" . "") ("þ" . "")
("ð" . "") ("ð" . "")
("s" . "") ("s" . "")
("h" . "") ("h" . "")
("v" . "") ("v" . "")
("r" . "") ("r" . "")
("l" . ""))) ("l" . ""))
"Equivalence between the Eittlandic orthography in the Latin
script and the Runic script. The first element of a pair is the
Latin script orthography, the second is the Runic equivalent.")
(defun conlanging/eittlanda-to-runes () (defun conlanging/eittlanda-to-runes ()
"Replaces transliterated Eittlandic with its runic writing system" "Replaces transliterated Eittlandic with its runic writing system"