diff options
| author | Théo Zimmermann | 2018-08-21 08:52:17 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2018-08-21 08:52:17 +0200 |
| commit | 53eb027a6b9e1c3322db1750e613470e07407a81 (patch) | |
| tree | d11179b54ca96cf7ed5903c8b89c59402801f06a | |
| parent | 449c9384f93c5af82d58baf280c7c17accee86d2 (diff) | |
Trivial Sphinx fix in doc.
| -rw-r--r-- | doc/sphinx/practical-tools/coq-commands.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sphinx/practical-tools/coq-commands.rst b/doc/sphinx/practical-tools/coq-commands.rst index 0f51b3eba3..915ab03ded 100644 --- a/doc/sphinx/practical-tools/coq-commands.rst +++ b/doc/sphinx/practical-tools/coq-commands.rst @@ -90,8 +90,8 @@ not set, they look for the commands in the executable path. The ``$COQ_COLORS`` environment variable can be used to specify the set of colors used by ``coqtop`` to highlight its output. It uses the same syntax as the ``$LS_COLORS`` variable from GNU’s ls, that is, a colon-separated -list of assignments of the form ``name=``:n:``{*; attr}`` where -``name`` is the name of the corresponding highlight tag and each ``attrᵢ`` is an +list of assignments of the form :n:`name={*; attr}` where +``name`` is the name of the corresponding highlight tag and each ``attr`` is an ANSI escape code. The list of highlight tags can be retrieved with the ``-list-tags`` command-line option of ``coqtop``. |
