aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux/macro/template.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/documentation/lux/macro/template.lux')
-rw-r--r--stdlib/source/documentation/lux/macro/template.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/documentation/lux/macro/template.lux b/stdlib/source/documentation/lux/macro/template.lux
index 557446ad0..901497f21 100644
--- a/stdlib/source/documentation/lux/macro/template.lux
+++ b/stdlib/source/documentation/lux/macro/template.lux
@@ -39,13 +39,13 @@
"=>"
"#0123+456+789.0abcdefghi"])
-(documentation: /.identifier
- (format "An identifier made by concatenating pieces of code."
+(documentation: /.symbol
+ (format "An symbol made by concatenating pieces of code."
\n "The (optional) module part and the short part are specified independently.")
- [(identifier ["abc" .def ..ghi])
+ [(symbol ["abc" .def ..ghi])
"=>"
abcdefghi]
- [(identifier [.def] ["abc" .def ..ghi])
+ [(symbol [.def] ["abc" .def ..ghi])
"=>"
.abcdefghi])
@@ -65,7 +65,7 @@
..amount
..with_locals
..text
- ..identifier
+ ..symbol
..let
($.default /.irregular_arguments)]
[]))