diff options
author | Craig Scott <craig.scott@crascit.com> | 2019-11-03 22:35:07 +0000 |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-11-03 17:35:16 -0500 |
commit | 3c8dab73cb01285da589b033b31b76623a74520c (patch) | |
tree | 6f9d2caffea6ac10d315e23b0153d63b826fd6dd /Help/command | |
parent | 0fb4e0ad15540e782b4baa7117e8db30c8afe640 (diff) | |
parent | ad024439f50f79f76b10b31f1c1a3e5f73f09462 (diff) | |
download | cmake-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.rst | 2 |
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: |