about summary refs log tree commit diff stats
path: root/shell
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-04-10 17:15:42 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-04-10 17:15:42 -0700
commitf6aeecdc483e07c2fdb81040d1e20b3288c3c9c3 (patch)
tree72930713b8affb5e77eec1134324bef1696267f6 /shell
parent97cffa20d4d847c76ae58c44a265ffd31dfb13a2 (diff)
downloadmu-f6aeecdc483e07c2fdb81040d1e20b3288c3c9c3.tar.gz
.
Diffstat (limited to 'shell')
-rw-r--r--shell/main.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/main.mu b/shell/main.mu
index cbaa3af2..733091d1 100644
--- a/shell/main.mu
+++ b/shell/main.mu
@@ -1,5 +1,5 @@
 # Experimental Mu shell
-# A Lisp with indent-sensitivity and infix, no macros.
+# A Lisp with indent-sensitivity and infix.
 
 fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk) {
   var globals-storage: global-table