summaryrefslogtreecommitdiff
path: root/t-letterspace.mkiv
diff options
context:
space:
mode:
Diffstat (limited to 't-letterspace.mkiv')
-rw-r--r--t-letterspace.mkiv8
1 files changed, 6 insertions, 2 deletions
diff --git a/t-letterspace.mkiv b/t-letterspace.mkiv
index ff90f06..7ef824f 100644
--- a/t-letterspace.mkiv
+++ b/t-letterspace.mkiv
@@ -9,6 +9,10 @@
%D license=2-clause BSD,
%D ]
+%C Read the license conditions in the file \type{COPYING}.
+
+
+
\writestatus{loading}{ConTeXt User Module / Letterspace}
\startmodule [letterspace]
@@ -88,8 +92,8 @@
%D Very helpful for further understanding of what’s exactly going
%D on: Stephan von Bechtolsheim’s tutorial on \from[flet].
%D
-%D In short: the trick checking whether the token following the
-%D command is a space, that is: whether it expands to
+%D In short: the trick is checking whether the token following
+%D the command is a space, that is: whether it expands to
%D \type{\blankspace}. If the test succeeds, a space will be
%D added that has the correct parameters and all space tokens
%D following the command will be gobbled. Otherwise -- the next