From c787821c625254dffa9c4b0585aea5d77f7c4d01 Mon Sep 17 00:00:00 2001 From: Piotr Fusik Date: Mon, 13 Dec 2021 17:40:31 +0100 Subject: [PATCH] Fix a link to "unset". --- Help/chapter/Writing CMakeLists Files.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help/chapter/Writing CMakeLists Files.rst b/Help/chapter/Writing CMakeLists Files.rst index c132c4e..111910a 100644 --- a/Help/chapter/Writing CMakeLists Files.rst +++ b/Help/chapter/Writing CMakeLists Files.rst @@ -229,7 +229,7 @@ separating on semicolons within the value. For example:: Basic Commands -------------- -As we saw earlier in the, the :command:`set` and command:`unset` commands +As we saw earlier in the, the :command:`set` and :command:`unset` commands explicitly set or unset variables. The :command:`string`, :command:`list`, and :command:`separate_arguments` commands offer basic manipulation of strings and lists. -- GitLab