aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/documentation/lux.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/documentation/lux.lux')
-rw-r--r--stdlib/source/documentation/lux.lux6
1 files changed, 3 insertions, 3 deletions
diff --git a/stdlib/source/documentation/lux.lux b/stdlib/source/documentation/lux.lux
index 823f6efc4..be907a73d 100644
--- a/stdlib/source/documentation/lux.lux
+++ b/stdlib/source/documentation/lux.lux
@@ -831,10 +831,10 @@
[(template: (square x)
(* x x))])
-(documentation: /.as_is
+(documentation: /.these
(format "Given a (potentially empty) list of codes, just returns them immediately, without any work done."
\n "This may seen useless, but it has its utility when dealing with controlled-macro-expansion macros.")
- [(with_expansions [<operands> (as_is 1
+ [(with_expansions [<operands> (these 1
2
3
4)]
@@ -1000,7 +1000,7 @@
..undefined
..type_of
..template:
- ..as_is
+ ..these
..char
..for
..``