about summary refs log tree commit diff stats
path: root/513grapheme-stack.mu
diff options
context:
space:
mode:
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)