summaryrefslogtreecommitdiff
path: root/Help/command
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2019-11-03 22:35:07 +0000
committerKitware Robot <kwrobot@kitware.com>2019-11-03 17:35:16 -0500
commit3c8dab73cb01285da589b033b31b76623a74520c (patch)
tree6f9d2caffea6ac10d315e23b0153d63b826fd6dd /Help/command
parent0fb4e0ad15540e782b4baa7117e8db30c8afe640 (diff)
parentad024439f50f79f76b10b31f1c1a3e5f73f09462 (diff)
downloadcmake-3c8dab73cb01285da589b033b31b76623a74520c.tar.gz
Merge topic 'docs-list-remove_item'
ad024439f5 Help: list(REMOVE_ITEM) removes all instances, not just the first found Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3977
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/list.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/list.rst b/Help/command/list.rst
index 39e7e2a69f..50bf417bf1 100644
--- a/Help/command/list.rst
+++ b/Help/command/list.rst
@@ -180,7 +180,7 @@ Insert elements to the 0th position in the list.
list(REMOVE_ITEM <list> <value> [<value> ...])
-Removes the given items from the list.
+Removes all instances of the given items from the list.
.. _REMOVE_AT: