This commit is contained in:
roshal
2025-01-03 05:48:59 +03:00
parent 762ad3b226
commit 149900a8e2
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ A choice for the choices type. Can be specified multiple times. Every choice has
the syntax: ``letter[;color]:text``, where :italic:`text` is the choice
text and :italic:`letter` is the selection key. :italic:`letter` is a single letter
belonging to :italic:`text`. This letter is highlighted within the choice text.
There can be an optional color specification after the letter
There can be an optional color specification after the letter
to indicate what color it should be.
For example: :code:`y:Yes` and :code:`n;red:No`