Renamed all standard sequences (e.g. cur->c) and made them globally changeable
[mmh] / sbr / m_draft.c
index 77ea394..8492dd9 100644 (file)
@@ -12,8 +12,8 @@
 
 
 /*
-**  `which' should either be "cur" to use the current draft
-**  or "new" to start with a new draft.
+**  `which' should either be the cur sequence to use the current draft
+**  or the beyond sequence to start with a new draft.
 */
 char *
 m_draft(char *which)
@@ -30,7 +30,7 @@ m_draft(char *which)
 
        /*
        ** Make sure we have enough message status space for all
-       ** the message numbers from 1 to "new", since we might
+       ** the message numbers from 1 to one beyond last, since we might
        ** select an empty slot.  If we add more space at the
        ** end, go ahead and add 10 additional slots.
        */
@@ -46,7 +46,7 @@ m_draft(char *which)
 
        /*
        ** The draft message name to return is defined by `which'.
-       ** Usually it is "cur" (for the current draft) or "new"
+       ** Usually it is seq_cur (for the current draft) or seq_beyond
        ** (to start a new draft).
        */
        if (!m_convert(mp, which))