doc: string2 not expanded, don't imply otherwise
authorPhil Pennock <pdp@exim.org>
Fri, 26 May 2017 20:41:42 +0000 (16:41 -0400)
committerPhil Pennock <pdp@exim.org>
Fri, 26 May 2017 20:41:42 +0000 (16:41 -0400)
A simple reading which skips the later paragraph would mislead people;
this was remnant text from before the EXPAND_LISTMATCH_RHS changed the
default behaviour.

A couple of paragraphs later we contradicted this now-misleading
parenthetical, but that's not enough.  Nuke it.

doc/doc-docbook/spec.xfpt

index f33b193eb781f3abcbbe2d99fac7ea030b214bda..6fb150428ca1a09f8154f29660507cd536c67551 100644 (file)
@@ -11195,8 +11195,8 @@ example is:
 ${if match_domain{a.b.c}{x.y.z:a.b.c:p.q.r}{yes}{no}}
 .endd
 In each case, the second argument may contain any of the allowable items for a
-list of the appropriate type. Also, because the second argument (after
-expansion) is a standard form of list, it is possible to refer to a named list.
+list of the appropriate type. Also, because the second argument
+is a standard form of list, it is possible to refer to a named list.
 Thus, you can use conditions like this:
 .code
 ${if match_domain{$domain}{+local_domains}{...