cat Interj in lib

This commit is contained in:
aarne
2010-11-17 08:32:38 +00:00
parent e9679e57af
commit 222e847482
8 changed files with 38 additions and 26 deletions

View File

@@ -15,10 +15,11 @@ abstract Common = {
-- Constructed in [``Phrase`` Phrase.html]:
Phr ; -- phrase in a text e.g. "but be quiet please"
Utt ; -- sentence, question, word... e.g. "be quiet"
Voc ; -- vocative or "please" e.g. "my darling"
PConj ; -- phrase-beginning conjunction e.g. "therefore"
Phr ; -- phrase in a text e.g. "but be quiet please"
Utt ; -- sentence, question, word... e.g. "be quiet"
Voc ; -- vocative or "please" e.g. "my darling"
PConj ; -- phrase-beginning conjunction e.g. "therefore"
Interj ; -- interjection e.g. "alas"
-- Constructed in [``Sentence`` Sentence.html]: