summaryrefslogtreecommitdiffstats
path: root/Help/command/set.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-10-29 13:25:30 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-10-29 13:30:25 (GMT)
commitf0a9094d809a80ef754642b13d7b66a90b61cee7 (patch)
treea927d56fa8f4f569c8001683ff62dc7097760f48 /Help/command/set.rst
parent4eb77958d208c338c9bfcc32857531eaed78ee73 (diff)
parent24fa04018cbfcbbd9c52418be2ead8802eb361c4 (diff)
downloadCMake-f0a9094d809a80ef754642b13d7b66a90b61cee7.zip
CMake-f0a9094d809a80ef754642b13d7b66a90b61cee7.tar.gz
CMake-f0a9094d809a80ef754642b13d7b66a90b61cee7.tar.bz2
Merge topic 'no-smiley'
24fa04018c Help: Spell out ";-list" as "semicolon-separated list" Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2528
Diffstat (limited to 'Help/command/set.rst')
-rw-r--r--Help/command/set.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/set.rst b/Help/command/set.rst
index d57b177..e37e693 100644
--- a/Help/command/set.rst
+++ b/Help/command/set.rst
@@ -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.