diff options
author | Craig Scott <craig.scott@crascit.com> | 2019-11-03 22:34:17 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2019-11-03 22:34:31 (GMT) |
commit | 2490c1df74000c340afeab55159aa362f268b10b (patch) | |
tree | 449011b62c9c6e89be074367728beed59a35bc84 /Help | |
parent | 91c26b3d387ffd4948ecde38ab2c5f894b7dbe8c (diff) | |
parent | ad024439f50f79f76b10b31f1c1a3e5f73f09462 (diff) | |
download | CMake-2490c1df74000c340afeab55159aa362f268b10b.zip CMake-2490c1df74000c340afeab55159aa362f268b10b.tar.gz CMake-2490c1df74000c340afeab55159aa362f268b10b.tar.bz2 |
Merge branch 'docs-list-remove_item' into release-3.16
Merge-request: !3977
Diffstat (limited to 'Help')
-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 39e7e2a..50bf417 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: |