summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdriaan de Groot <groot@kde.org>2021-12-21 14:35:29 (GMT)
committerBrad King <brad.king@kitware.com>2021-12-21 15:55:32 (GMT)
commitb6fdcb3df0bd8c9643caf694aecfbc13727f99ad (patch)
tree9ed4803fb8e33f82d42f5154346808490b444624
parente55f473ea9101fe137a046d7a9a561c82a9fbf1d (diff)
downloadCMake-b6fdcb3df0bd8c9643caf694aecfbc13727f99ad.zip
CMake-b6fdcb3df0bd8c9643caf694aecfbc13727f99ad.tar.gz
CMake-b6fdcb3df0bd8c9643caf694aecfbc13727f99ad.tar.bz2
Help: clarify description of list(INSERT)
Since the argument is called 'index', use that in the description.
-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 46285cc..bd8277d 100644
--- a/Help/command/list.rst
+++ b/Help/command/list.rst
@@ -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: