Help: Spell out ";-list" as "semicolon-separated list"

This commit is contained in:
Joachim Wuttke (o)
2018-10-25 15:31:56 +02:00
parent bba42bb91e
commit 24fa04018c
47 changed files with 47 additions and 47 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ and cache entries.
Signatures of this command that specify a ``<value>...`` placeholder
expect zero or more arguments. Multiple arguments will be joined as
a :ref:`;-list <CMake Language Lists>` to form the actual variable
a :ref:`semicolon-separated list <CMake Language Lists>` to form the actual variable
value to be set. Zero arguments will cause normal variables to be
unset. See the :command:`unset` command to unset variables explicitly.