Now a proper variable with documentation
This commit is contained in:
parent
f65d603f8e
commit
a14464f407
7
funcs.el
7
funcs.el
@ -225,7 +225,7 @@ export"
|
||||
("ó" . "v")
|
||||
("ń" . "\\\\ndot")))
|
||||
|
||||
(setq conlanging//eittlanda-latin-to-runes '((", *" . "⁝")
|
||||
(defvar conlanging//eittlanda-latin-to-runes '((", *" . "⁝")
|
||||
("\\. *" . "⁝")
|
||||
(" +" . "᛬")
|
||||
(":" . "᛬")
|
||||
@ -256,7 +256,10 @@ export"
|
||||
("h" . "ᚼ")
|
||||
("v" . "ᚥ")
|
||||
("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 ()
|
||||
"Replaces transliterated Eittlandic with its runic writing system"
|
||||
|
Reference in New Issue
Block a user