aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-09-14 01:26:29 -0400
committerEduardo Julian2021-09-14 01:26:29 -0400
commit0797dfc9ebb32e5eb324eec58e1e4b1c99895ce7 (patch)
tree7fe374551b7073a7aabb0a84e370546177b98820 /stdlib/source/documentation/lux.lux
parent6eb57a31fd2647626ef301b827c9a99ef0f2a484 (diff)
Re-named "Name" to "Symbol".
Diffstat (limited to 'stdlib/source/documentation/lux.lux')
-rw-r--r--stdlib/source/documentation/lux.lux9
1 files changed, 5 insertions, 4 deletions
diff --git a/stdlib/source/documentation/lux.lux b/stdlib/source/documentation/lux.lux
index c6c5394f9..2fe05c99e 100644
--- a/stdlib/source/documentation/lux.lux
+++ b/stdlib/source/documentation/lux.lux
@@ -80,8 +80,9 @@
(documentation: /.Text
"Your standard, run-of-the-mill string values.")
-(documentation: /.Name
- "A name. It is used as part of Lux syntax to represent identifiers and tags.")
+(documentation: /.Symbol
+ (format "A name for a Lux definition."
+ \n "It includes the module of provenance."))
(documentation: (/.Maybe value)
"A potentially missing value.")
@@ -339,7 +340,7 @@
{#UnivQ (List @) @}
{#ExQ (List @) @}
{#Apply @ @}
- {#Named Name @})))])
+ {#Named Symbol @})))])
(documentation: /.exec
"Sequential execution of expressions (great for side-effects)."
@@ -920,7 +921,7 @@
..Rev
..Frac
..Text
- ..Name
+ ..Symbol
..Maybe
..Type
..Location