aboutsummaryrefslogtreecommitdiff
path: root/doc/sphinx/language/extensions
diff options
context:
space:
mode:
authorJim Fehrle2020-03-27 21:23:27 -0700
committerJim Fehrle2020-04-10 18:39:46 -0700
commit4c9ba141f8f7e067f274cb5a02293e8e52f89487 (patch)
treeeb913441437df076b1e7c915c211152f0c8a577a /doc/sphinx/language/extensions
parent190793771a8bfd487a1c3897321aacee0e599d55 (diff)
Convert vernac commands chapter to prodn, update syntax
Diffstat (limited to 'doc/sphinx/language/extensions')
-rw-r--r--doc/sphinx/language/extensions/implicit-arguments.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/sphinx/language/extensions/implicit-arguments.rst b/doc/sphinx/language/extensions/implicit-arguments.rst
index fb762a00f1..36ce2fdd25 100644
--- a/doc/sphinx/language/extensions/implicit-arguments.rst
+++ b/doc/sphinx/language/extensions/implicit-arguments.rst
@@ -273,14 +273,14 @@ Declaring Implicit Arguments
.. prodn::
smart_qualid ::= @qualid
| @by_notation
- by_notation ::= @string {? % @ident }
+ by_notation ::= @string {? % @scope }
argument_spec_block ::= @argument_spec
| /
| &
- | ( {+ @argument_spec } ) {? % @ident }
- | [ {+ @argument_spec } ] {? % @ident }
- | %{ {+ @argument_spec } %} {? % @ident }
- argument_spec ::= {? ! } @name {? % @ident }
+ | ( {+ @argument_spec } ) {? % @scope }
+ | [ {+ @argument_spec } ] {? % @scope }
+ | %{ {+ @argument_spec } %} {? % @scope }
+ argument_spec ::= {? ! } @name {? % @scope }
more_implicits_block ::= @name
| [ {+ @name } ]
| %{ {+ @name } %}