diff --git a/functions/strings.xml b/functions/strings.xml
index 1bd8afb17b..f5f84cc2e0 100644
--- a/functions/strings.xml
+++ b/functions/strings.xml
@@ -144,7 +144,8 @@ $trimmed = chop ($line);
- See also trim.
+ See also trim, ltrim,
+ rtrim, and chop.
@@ -947,7 +948,8 @@ $colon_separated = implode (":", $array);
and a plain space.
- See also chop and trim.
+ See also chop, rtrim, and
+ trim.
@@ -1238,7 +1240,8 @@ $trimmed = rtrim ($line);
- See also trim, ltrim.
+ See also trim, ltrim, and
+ rtrim.
@@ -2846,7 +2849,7 @@ echo substr_replace ($var, '', 10, -1) . "<br>\n";
and a plain space.
- See also chop and
+ See also chop, rtrim and
ltrim.