aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Pit-Claudel2019-08-16 19:35:32 +0200
committerClément Pit-Claudel2019-08-16 19:35:32 +0200
commit354ac6a0c59f77d8a7d63c84144c044fe958fa3c (patch)
tree85b91c9c27509784e0ce2b528db347ae03775816
parentd72acd6f1a5abb8066b6922e5e972fa17b215591 (diff)
parentaf4f14b16f8fc6817a2995b41398fdbbce1f74c9 (diff)
Merge PR #10663: Fix quoting in 8.9 changelog entry.
Reviewed-by: cpitclaudel
-rw-r--r--doc/sphinx/changes.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sphinx/changes.rst b/doc/sphinx/changes.rst
index 6ac55e7bf4..c591a1f1de 100644
--- a/doc/sphinx/changes.rst
+++ b/doc/sphinx/changes.rst
@@ -894,8 +894,8 @@ Standard Library
and other packages. They are still delimited by `%int` and `%uint`.
- Syntax notations for `string`, `ascii`, `Z`, `positive`, `N`, `R`,
- and `int31` are no longer available merely by `Require`ing the files
- that define the inductives. You must `Import` `Coq.Strings.String.StringSyntax`
+ and `int31` are no longer available merely by :cmd:`Require`\ing the files
+ that define the inductives. You must :cmd:`Import` `Coq.Strings.String.StringSyntax`
(after `Require` `Coq.Strings.String`), `Coq.Strings.Ascii.AsciiSyntax` (after
`Require` `Coq.Strings.Ascii`), `Coq.ZArith.BinIntDef`, `Coq.PArith.BinPosDef`,
`Coq.NArith.BinNatDef`, `Coq.Reals.Rdefinitions`, and