emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/taxy 233f94c 4/4: Docs: Encromulate examples


From: ELPA Syncer
Subject: [elpa] externals/taxy 233f94c 4/4: Docs: Encromulate examples
Date: Thu, 9 Sep 2021 07:57:22 -0400 (EDT)

branch: externals/taxy
commit 233f94c6b22a8568243058397fd6ad4e2e48702c
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Docs: Encromulate examples
---
 README.org |  6 +++---
 taxy.info  | 66 +++++++++++++++++++++++++++++++-------------------------------
 2 files changed, 36 insertions(+), 36 deletions(-)

diff --git a/README.org b/README.org
index 2a08935..c5ed5f3 100644
--- a/README.org
+++ b/README.org
@@ -174,7 +174,7 @@ That produces:
   ("Lettery" "A comprehensive taxonomy of letters."
    (("Vowels" "You know what those are."
      ("A" "E" "I"))
-    ("Consonants" "Well, if they aren't a vowel..."
+    ("Consonants" "Well, if they aren't vowels..."
      ("B" "C" "D" "F" "G" "H" "J" "K" "L" "M" "N"))))
 #+END_SRC
 
@@ -194,7 +194,7 @@ Which gives us:
   ("Lettery" "A comprehensive taxonomy of letters."
    (("Vowels" "You know what those are."
      ("O" "U" "A" "E" "I"))
-    ("Consonants" "Well, if they aren't a vowel..."
+    ("Consonants" "Well, if they aren't vowels..."
      ("N" "P" "Q" "R" "S" "T" "V" "W" "X" "Y" "Z" "B" "C" "D" "F" "G" "H" "J" 
"K" "L" "M" "N"))))
 #+END_SRC
 
@@ -211,7 +211,7 @@ That's better:
   ("Lettery" "A comprehensive taxonomy of letters."
    (("Vowels" "You know what those are."
      ("A" "E" "I" "O" "U"))
-    ("Consonants" "Well, if they aren't a vowel..."
+    ("Consonants" "Well, if they aren't vowels..."
      ("B" "C" "D" "F" "G" "H" "J" "K" "L" "M" "N" "N" "P" "Q" "R" "S" "T" "V" 
"W" "X" "Y" "Z"))))
 #+END_SRC
 
diff --git a/taxy.info b/taxy.info
index eebd424..bc57bf4 100644
--- a/taxy.info
+++ b/taxy.info
@@ -251,7 +251,7 @@ first taxy, i.e.  non-vowels.
      ("Lettery" "A comprehensive taxonomy of letters."
       (("Vowels" "You know what those are."
         ("A" "E" "I"))
-       ("Consonants" "Well, if they aren't a vowel..."
+       ("Consonants" "Well, if they aren't vowels..."
         ("B" "C" "D" "F" "G" "H" "J" "K" "L" "M" "N"))))
 
    Oops, we forgot the letters after N!  Let’s add them, too:
@@ -267,7 +267,7 @@ first taxy, i.e.  non-vowels.
      ("Lettery" "A comprehensive taxonomy of letters."
       (("Vowels" "You know what those are."
         ("O" "U" "A" "E" "I"))
-       ("Consonants" "Well, if they aren't a vowel..."
+       ("Consonants" "Well, if they aren't vowels..."
         ("N" "P" "Q" "R" "S" "T" "V" "W" "X" "Y" "Z" "B" "C" "D" "F" "G" "H" 
"J" "K" "L" "M" "N"))))
 
    Oh, they’re out of order, now.  That won’t do.  Let’s fix that:
@@ -280,7 +280,7 @@ first taxy, i.e.  non-vowels.
      ("Lettery" "A comprehensive taxonomy of letters."
       (("Vowels" "You know what those are."
         ("A" "E" "I" "O" "U"))
-       ("Consonants" "Well, if they aren't a vowel..."
+       ("Consonants" "Well, if they aren't vowels..."
         ("B" "C" "D" "F" "G" "H" "J" "K" "L" "M" "N" "N" "P" "Q" "R" "S" "T" 
"V" "W" "X" "Y" "Z"))))
 
 
@@ -1119,36 +1119,36 @@ Node: Top218
 Node: Examples1761
 Node: Numbery (starting basically)2080
 Node: Lettery (filling incrementally)7841
-Node: Sporty (understanding completely)10358
-Node: Applications16345
-Node: Installation16745
-Node: Usage17058
-Node: Dynamic taxys19195
-Node: Multi-level dynamic taxys21755
-Node: "Chains" of independent multi-level dynamic taxys23948
-Node: Reusable taxys26820
-Node: Threading macros30995
-Node: Modifying filled taxys31534
-Node: Magit section32352
-Node: Changelog33040
-Node: 06-pre33232
-Node: Additions33344
-Node: 0533668
-Node: Additions (1)33807
-Node: Fixes34913
-Node: 0435067
-Node: 0335289
-Node: Changes35418
-Node: Fixes (1)35781
-Node: 0236216
-Node: Changes (1)36385
-Node: Additions (2)36677
-Node: Fixes (2)37536
-Node: 0137790
-Node: Development37889
-Node: Copyright assignment38095
-Node: Credits38683
-Node: License38873
+Node: Sporty (understanding completely)10355
+Node: Applications16342
+Node: Installation16742
+Node: Usage17055
+Node: Dynamic taxys19192
+Node: Multi-level dynamic taxys21752
+Node: "Chains" of independent multi-level dynamic taxys23945
+Node: Reusable taxys26817
+Node: Threading macros30992
+Node: Modifying filled taxys31531
+Node: Magit section32349
+Node: Changelog33037
+Node: 06-pre33229
+Node: Additions33341
+Node: 0533665
+Node: Additions (1)33804
+Node: Fixes34910
+Node: 0435064
+Node: 0335286
+Node: Changes35415
+Node: Fixes (1)35778
+Node: 0236213
+Node: Changes (1)36382
+Node: Additions (2)36674
+Node: Fixes (2)37533
+Node: 0137787
+Node: Development37886
+Node: Copyright assignment38092
+Node: Credits38680
+Node: License38870
 
 End Tag Table
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]