diff --git a/docs/ldml/tr35-keyboards.md b/docs/ldml/tr35-keyboards.md index d1fdd7ce744..4630a36318a 100644 --- a/docs/ldml/tr35-keyboards.md +++ b/docs/ldml/tr35-keyboards.md @@ -1732,7 +1732,7 @@ One strategy would be to use a marker, which won’t be visible in the output, b … - + ``` @@ -1754,7 +1754,7 @@ Another strategy might be to use a marker to indicate where transforms are desir ``` -In this way, only the `X`, `e` keys will produce `^e` with a _transform_ marker (again, any name could be used) which will cause the transform to be applied. One benefit is that clicking or using the arrow key to navigate existing text with `^e` will never be affected by the transform, because the marker is not or no longer present. +In this way, only the `X`, `e` keys will produce `^e` with a _transform_ marker (again, any name could be used) which will cause the transform to be applied. One benefit is that navigating to an existing `^` in a document and adding an `e` will result in `^e`, and this output will not be affected by the transform, because there will be no marker present there (remember that markers are not stored with the document but only recorded in memory temporarily during text input). **Effect of markers on final text**