summaryrefslogtreecommitdiffstats
path: root/Help/command/elseif.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/command/elseif.rst')
-rw-r--r--Help/command/elseif.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/Help/command/elseif.rst b/Help/command/elseif.rst
index 9a8dfed..6bf8646 100644
--- a/Help/command/elseif.rst
+++ b/Help/command/elseif.rst
@@ -1,10 +1,11 @@
elseif
------
-Starts the elseif portion of an if block.
+Starts an elseif portion of an if block.
-::
+.. code-block:: cmake
- elseif(expression)
+ elseif(<condition>)
-See the :command:`if` command.
+See the :command:`if` command, especially for the syntax and logic
+of the ``<condition>``.