branch: elpa/hyperdrive
commit e9805f821d1f7368e0c75d5ba15fe98aa1850240
Author: Joseph Turner <jos...@ushin.org>
Commit: Joseph Turner <jos...@ushin.org>

    Docs: Reorder Versioning table examples
---
 doc/hyperdrive-manual.org  | 16 ++++++++--------
 doc/hyperdrive-manual.texi | 32 ++++++++++++++++----------------
 2 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/doc/hyperdrive-manual.org b/doc/hyperdrive-manual.org
index 81ef702a14..74bca5cb8b 100644
--- a/doc/hyperdrive-manual.org
+++ b/doc/hyperdrive-manual.org
@@ -616,9 +616,9 @@ is 53):
 
 | Version range | exists |
 |---------------+--------|
-|          1-50 | no     |
-|         51-52 | yes    |
 |            53 | yes    |
+|         51-52 | yes    |
+|          1-50 | no     |
 
 The table shows that ~/bar.org~ did not exist from the beginning of the
 hyperdrive history until version 51 (when it was created) and that it
@@ -644,8 +644,8 @@ the same data from the prior section would look like this:
 
 | Version range | exists  |
 |---------------+---------|
-|          1-52 | unknown |
 |            53 | yes     |
+|          1-52 | unknown |
 
 Running ~hyperdrive-previous~ inside of the buffer for the latest
 version of ~/bar.org~ will load ~/bar.org~ at version 52. The gateway will
@@ -654,9 +654,9 @@ started at 51:
 
 | Version range | exists  |
 |---------------+---------|
-|          1-50 | unknown |
-|         51-52 | yes     |
 |            53 | yes     |
+|         51-52 | yes     |
+|          1-50 | unknown |
 
 Running ~hyperdrive-previous~ inside of the buffer for ~/bar.org~ at
 version 51 or 52 will attempt to load ~/bar.org~ at
@@ -665,10 +665,10 @@ now look like:
 
 | Version range | exists  |
 |---------------+---------|
-|          1-49 | unknown |
-|            50 | no      |
-|         51-52 | yes     |
 |            53 | yes     |
+|         51-52 | yes     |
+|            50 | no      |
+|          1-49 | unknown |
 
 Crucially, when a file does not exist at a particular version, the
 gateway does not tell us whether it ever existed in the past.  In
diff --git a/doc/hyperdrive-manual.texi b/doc/hyperdrive-manual.texi
index fa311e23d0..8d9cd4dfbf 100644
--- a/doc/hyperdrive-manual.texi
+++ b/doc/hyperdrive-manual.texi
@@ -946,12 +946,12 @@ is 53):
 @multitable {aaaaaaaaaaaaa} {aaaaaa}
 @headitem Version range
 @tab exists
-@item 1-50
-@tab no
-@item 51-52
-@tab yes
 @item 53
 @tab yes
+@item 51-52
+@tab yes
+@item 1-50
+@tab no
 @end multitable
 
 The table shows that @code{/bar.org} did not exist from the beginning of the
@@ -985,10 +985,10 @@ the same data from the prior section would look like this:
 @multitable {aaaaaaaaaaaaa} {aaaaaaa}
 @headitem Version range
 @tab exists
-@item 1-52
-@tab unknown
 @item 53
 @tab yes
+@item 1-52
+@tab unknown
 @end multitable
 
 Running @code{hyperdrive-previous} inside of the buffer for the latest
@@ -999,12 +999,12 @@ started at 51:
 @multitable {aaaaaaaaaaaaa} {aaaaaaa}
 @headitem Version range
 @tab exists
-@item 1-50
-@tab unknown
-@item 51-52
-@tab yes
 @item 53
 @tab yes
+@item 51-52
+@tab yes
+@item 1-50
+@tab unknown
 @end multitable
 
 Running @code{hyperdrive-previous} inside of the buffer for @code{/bar.org} at
@@ -1015,14 +1015,14 @@ now look like:
 @multitable {aaaaaaaaaaaaa} {aaaaaaa}
 @headitem Version range
 @tab exists
-@item 1-49
-@tab unknown
-@item 50
-@tab no
-@item 51-52
-@tab yes
 @item 53
 @tab yes
+@item 51-52
+@tab yes
+@item 50
+@tab no
+@item 1-49
+@tab unknown
 @end multitable
 
 Crucially, when a file does not exist at a particular version, the

Reply via email to