diff options
| author | Jim Fehrle | 2020-03-27 21:23:27 -0700 |
|---|---|---|
| committer | Jim Fehrle | 2020-04-10 18:39:46 -0700 |
| commit | 4c9ba141f8f7e067f274cb5a02293e8e52f89487 (patch) | |
| tree | eb913441437df076b1e7c915c211152f0c8a577a /doc/sphinx/language/core | |
| parent | 190793771a8bfd487a1c3897321aacee0e599d55 (diff) | |
Convert vernac commands chapter to prodn, update syntax
Diffstat (limited to 'doc/sphinx/language/core')
| -rw-r--r-- | doc/sphinx/language/core/records.rst | 4 |
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. |
