Merge "Fix documentation to reflect deprecation of KORAPXMLTEI_INLINE"
diff --git a/Readme.pod b/Readme.pod
index f9814a2..295e3ab 100644
--- a/Readme.pod
+++ b/Readme.pod
@@ -53,7 +53,7 @@
 into blanks between 2 tokens could lead to additional blanks,
 where there should be none (e.g.: punctuation characters like C<,> or
 C<.> should not be seperated from their predecessor token).
-(see also code section C<~ whitespace handling ~>).
+(see also code section C<~ whitespace handling ~> in C<script/tei2korapxml>).
 
 =back
 
@@ -132,8 +132,8 @@
 
 Define the foundry and file (without extension)
 to store inline token information in.
-If L</KORAPXMLTEI_INLINE> is set, this will contain
-annotations as well.
+Unless C<--skip-inline-token-annotations> is set,
+this will contain annotations as well.
 Defaults to C<tokens> and C<morpho>.
 
 =item B<--inline-structures> <foundry>#[<file>]
diff --git a/script/tei2korapxml b/script/tei2korapxml
index e0b07ea..2bd38a6 100755
--- a/script/tei2korapxml
+++ b/script/tei2korapxml
@@ -444,7 +444,7 @@
 into blanks between 2 tokens could lead to additional blanks,
 where there should be none (e.g.: punctuation characters like C<,> or
 C<.> should not be seperated from their predecessor token).
-(see also code section C<~ whitespace handling ~>).
+(see also code section C<~ whitespace handling ~> in C<script/tei2korapxml>).
 
 =back
 
@@ -523,8 +523,8 @@
 
 Define the foundry and file (without extension)
 to store inline token information in.
-If L</KORAPXMLTEI_INLINE> is set, this will contain
-annotations as well.
+Unless C<--skip-inline-token-annotations> is set,
+this will contain annotations as well.
 Defaults to C<tokens> and C<morpho>.
 
 =item B<--inline-structures> <foundry>#[<file>]