diff options
| author | Maxime Dénès | 2018-06-01 10:22:32 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2018-06-01 10:22:32 +0200 |
| commit | 39e51f655cec516071cb8486eeb224f2456e1179 (patch) | |
| tree | 13bccaff9fe0a2a36a33f71354a103e23093c314 /doc/sphinx/proof-engine | |
| parent | dfd7b38d50b28cd2ebd8aa9537f284563add546a (diff) | |
| parent | 80ff25b75839f792add3a66d9896d69f0065c6d8 (diff) | |
Merge PR #7606: Allow more than one signature and name per Sphinx object
Diffstat (limited to 'doc/sphinx/proof-engine')
| -rw-r--r-- | doc/sphinx/proof-engine/ltac.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/proof-engine/ltac.rst b/doc/sphinx/proof-engine/ltac.rst index 2b128b98fe..88c1e225fd 100644 --- a/doc/sphinx/proof-engine/ltac.rst +++ b/doc/sphinx/proof-engine/ltac.rst @@ -178,7 +178,7 @@ Sequence A sequence is an expression of the following form: .. tacn:: @expr ; @expr - :name: ; + :name: ltac-seq The expression :n:`@expr__1` is evaluated to :n:`v__1`, which must be a tactic value. The tactic :n:`v__1` is applied to the current goal, |
