aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx/language/core
diff options
context:
space:
mode:
authorThéo Zimmermann2020-04-11 15:02:54 +0200
committerThéo Zimmermann2020-04-11 15:02:54 +0200
commit227520b14e978e19d58368de873521a283aecedd (patch)
treebda9fc61dd66b3eb97aa26dca26cd12bdd70156b /doc/sphinx/language/core
parent1d7729c1007e320dbae3bc603838da817d40651c (diff)
parent4c9ba141f8f7e067f274cb5a02293e8e52f89487 (diff)
Merge PR #11961: Convert vernac commands chapter to prodn, update syntax
Ack-by: Zimmi48 Ack-by: cpitclaudel
Diffstat (limited to 'doc/sphinx/language/core')
-rw-r--r--doc/sphinx/language/core/records.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sphinx/language/core/records.rst b/doc/sphinx/language/core/records.rst
index d380d83d6c..928378f55e 100644
--- a/doc/sphinx/language/core/records.rst
+++ b/doc/sphinx/language/core/records.rst
@@ -112,13 +112,13 @@ You can override the display format for specified types by adding entries to the
:name: Printing Record
Specifies a set of qualids which are displayed as records. Use the
- :cmd:`Add @table` and :cmd:`Remove @table` commands to update the set of qualids.
+ :cmd:`Add` and :cmd:`Remove` commands to update the set of qualids.
.. table:: Printing Constructor @qualid
:name: Printing Constructor
Specifies a set of qualids which are displayed as constructors. Use the
- :cmd:`Add @table` and :cmd:`Remove @table` commands to update the set of qualids.
+ :cmd:`Add` and :cmd:`Remove` commands to update the set of qualids.
This syntax can also be used for pattern matching.