aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/TODO b/etc/TODO
index c11848e0c5d..0f908def768 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -233,7 +233,7 @@ font glyphs to display that text. However, doing this is impossible
233with the current design of the Emacs display engine, since it examines 233with the current design of the Emacs display engine, since it examines
234buffer text one character at a time, and implements character 234buffer text one character at a time, and implements character
235composition by calls to Lisp, which makes doing this for every 235composition by calls to Lisp, which makes doing this for every
236character impractically slow. therefore, the rest of this item 236character impractically slow. Therefore, the rest of this item
237describes a limited form of ligature support which is compatible with 237describes a limited form of ligature support which is compatible with
238the current display engine design and uses automatic compositions.) 238the current display engine design and uses automatic compositions.)
239 239