diff --git a/doc/ca65.sgml b/doc/ca65.sgml
index a3792a244..220350406 100644
--- a/doc/ca65.sgml
+++ b/doc/ca65.sgml
@@ -2546,12 +2546,9 @@ of a or command. Characters are translated as soon as they are
used as part of an expression.
-This behaviour is very intuitive - outside of macros. With macros, it will
-lead sometimes to problems, since the exact time of translation depends on the
-exact use.
-
-
-
+This behaviour is very intuitive outside of macros but may be confusing when
+doing more complex macros. If you compare characters against numeric values,
+be sure to take the translation into account.