aboutsummaryrefslogtreecommitdiffstats
path: root/doc/expert/pre_rump
diff options
context:
space:
mode:
authorJeffrey H. Kingston <jeff@it.usyd.edu.au>2010-09-14 20:38:23 +0000
committerJeffrey H. Kingston <jeff@it.usyd.edu.au>2010-09-14 20:38:23 +0000
commit78c2bcf9e96ab00615ee6f96905bca78fcd52a00 (patch)
tree9c7e31f2a59e174433e55b589771005b48a34158 /doc/expert/pre_rump
parent9daa98ce90ceeeaba9e942d28575d8fcfe36db4b (diff)
downloadlout-78c2bcf9e96ab00615ee6f96905bca78fcd52a00.tar.gz
Lout 3.27.
git-svn-id: http://svn.savannah.nongnu.org/svn/lout/trunk@23 9365b830-b601-4143-9ba8-b4a8e2c3339c
Diffstat (limited to 'doc/expert/pre_rump')
-rw-r--r--doc/expert/pre_rump4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/expert/pre_rump b/doc/expert/pre_rump
index 563b558..89aeee6 100644
--- a/doc/expert/pre_rump
+++ b/doc/expert/pre_rump
@@ -51,7 +51,7 @@ exception is @@LinkSource, whose left parameter is ignored during
equality testing, since otherwise there would be problems in the
appearance of melded clickable index entries.
@PP
-Style changing operations (@@Font, @@Colour etc.) are not considered
+Style changing operations (@@Font, @@SetColour etc.) are not considered
in equality testing, since these have been processed and deleted by the
time that the tests are done. Also, Lout tries hard to get rid of
redundant braces around concatenation objects, which is why
@@ -68,7 +68,7 @@ have the same style. For example,
would be treated internally as one word, whereas
@ID @Code "{Hello}{yellow @Colour world}"
would be treated as two adjacent words. Thus, although @@Font,
-@@Colour, and the other style operators are ignored in equality
+@@SetColour, and the other style operators are ignored in equality
testing, they may affect the structure of the objects they lie
within.
@PP