diff --git a/docs/designers.sgml b/docs/designers.sgml
index 0a3cacc9..30255e67 100644
--- a/docs/designers.sgml
+++ b/docs/designers.sgml
@@ -2277,7 +2277,7 @@ e-mail: jane@mydomain.com<p>
If the step and start section properties are not
modified, then this works the same as the iteration section
- property.
+ property, except it starts on 0 instead of 1.
@@ -2362,7 +2362,9 @@ e-mail: jane@mydomain.com<p>
NOTE: This is not affected by the section properties start, step and
- max, unlike the index property.
+ max, unlike the index property. Iteration also starts with 1
+ instead of 0 like index. rownum is an alias to iteration, they work
+ identical.
section property iteration
@@ -2461,7 +2463,8 @@ e-mail: jane@mydomain.com<p>
rownum
rownum is used to display the current loop iteration,
- starting with one.
+ starting with one. It is an alias to iteration, they work
+ identically.
section property rownum