about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-04-26 12:45:45 -0700
committerKartik Agaram <vc@akkartik.com>2019-04-26 12:45:45 -0700
commitaeb700e5f03be44d58643bcb10bf48751af43c9b (patch)
treef28faf87f3ee194d59bc0afb6b6e5f9d69992cb3
parent0a2d5549d1779658a3aa3b58131e5a420bb172e4 (diff)
downloadmu-aeb700e5f03be44d58643bcb10bf48751af43c9b.tar.gz
5127
-rw-r--r--subx/apps/dquotes.subx2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/apps/dquotes.subx b/subx/apps/dquotes.subx
index 02e99e33..b236ac2f 100644
--- a/subx/apps/dquotes.subx
+++ b/subx/apps/dquotes.subx
@@ -1051,7 +1051,7 @@ Segment-size:
   0x100/imm32
 #?   0x1000/imm32/4KB
 
-Next-string-literal:
+Next-string-literal:  # tracks the next auto-generated variable name
   1/imm32
 
 # . . vim:nowrap:textwidth=0