about summary refs log tree commit diff stats
path: root/513grapheme-stack.mu
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-11-09 09:38:54 -0800
committerKartik Agaram <vc@akkartik.com>2021-11-09 09:38:54 -0800
commit1f9b16680f1190a7be4098d61ed2ef74b1906b79 (patch)
tree06cd18714b80a84f50e0880a06c12920af6eef70 /513grapheme-stack.mu
parent53d69dd1c5707a1cddd5c2ca6827b9a517659eeb (diff)
downloadmu-1f9b16680f1190a7be4098d61ed2ef74b1906b79.tar.gz
.
Diffstat (limited to '513grapheme-stack.mu')
-rw-r--r--513grapheme-stack.mu4
1 files changed, 3 insertions, 1 deletions
diff --git a/513grapheme-stack.mu b/513grapheme-stack.mu
index 5792e08c..0ce05fb6 100644
--- a/513grapheme-stack.mu
+++ b/513grapheme-stack.mu
@@ -1,4 +1,6 @@
-# code-point-utf8 stacks are the smallest unit of editable text
+# Grapheme stacks are the smallest unit of editable text.
+#
+# (Currently they just support single-code-point graphemes.)
 
 type grapheme-stack {
   data: (handle array code-point-utf8)