about summary refs log tree commit diff stats
path: root/html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-10-10 15:52:03 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-10-10 15:52:03 -0700
commitd6866ec35d5c0d0677df9d55bcdb16ce0d5c29f3 (patch)
treeda2a70bdd1b45bc1c292a9f5af48dfcb4380329a /html
parent3254fe5ca5cfab59672ab300bf898f859ca17199 (diff)
downloadmu-d6866ec35d5c0d0677df9d55bcdb16ce0d5c29f3.tar.gz
.
Diffstat (limited to 'html')
-rw-r--r--html/font.subx.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/font.subx.html b/html/font.subx.html
index b7079124..91884866 100644
--- a/html/font.subx.html
+++ b/html/font.subx.html
@@ -52,7 +52,7 @@ if ('onhashchange' in window) {
 <body onload='JumpToLine();'>
 <a href='https://github.com/akkartik/mu/blob/main/font.subx'>https://github.com/akkartik/mu/blob/main/font.subx</a>
 <pre id='vimCodeElement'>
-<span id="L1" class="LineNr">    1 </span><span class="subxComment"># Bitmaps for selected graphemes</span>
+<span id="L1" class="LineNr">    1 </span><span class="subxComment"># Bitmaps for selected Unicode code points</span>
 <span id="L2" class="LineNr">    2 </span><span class="subxComment"># Part of GNU Unifont</span>
 <span id="L3" class="LineNr">    3 </span><span class="subxComment"># Based on <a href="http://unifoundry.com/pub/unifont/unifont-13.0.05/font-builds/unifont-13.0.05.hex.gz">http://unifoundry.com/pub/unifont/unifont-13.0.05/font-builds/unifont-13.0.05.hex.gz</a></span>
 <span id="L4" class="LineNr">    4 </span><span class="subxComment"># See <a href="https://en.wikipedia.org/wiki/GNU_Unifont#The_.hex_font_format">https://en.wikipedia.org/wiki/GNU_Unifont#The_.hex_font_format</a></span>