# runvar-del <job-spec> <var-spec>
# runvar-change <job-spec> <var-spec> <old-value> <new-value>
# runvar-perlop <job-spec> <var-spec> <perl-expr>
-# runvar-build-set <job-spec> <var-spec> <old-value> <flight>[.<job>]
+# runvar-build-set <job-spec> <var-spec> <old-meaning> <new-value>|<flight>.
# recipe-set <job-spec> <new-value>
# intended-blessing <intended-blessing>
# branch-set <new-branch>
#
# runvar-build-set always only affects runvars m/buildjob$/
# and may be further limited by <var-spec>;
-# and, <old-value> is matched against a value
-# containing the being-manipulated flight name
-# even if the actual runvar value omits it
+# and, <old-meaning> is the old value but matches
+# against values containing the being-manipulated
+# flight name even if the actual runvar values
+# omits it
# and, if <new-value> ends in ., it is
# completed with the <old-value>'s job name
#