mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 12:49:36 -06:00
Help: clarify description of list(INSERT)
Since the argument is called 'index', use that in the description.
This commit is contained in:
committed by
Brad King
parent
e55f473ea9
commit
b6fdcb3df0
@@ -152,7 +152,7 @@ For more information on regular expressions look under
|
||||
|
||||
list(INSERT <list> <element_index> <element> [<element> ...])
|
||||
|
||||
Inserts elements to the list to the specified location.
|
||||
Inserts elements to the list to the specified index.
|
||||
|
||||
.. _POP_BACK:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user