diff --git a/Doc/lib/libstrings.tex b/Doc/lib/libstrings.tex index 4d7c0d1bb0a..f3a31f44a39 100644 --- a/Doc/lib/libstrings.tex +++ b/Doc/lib/libstrings.tex @@ -5,3 +5,6 @@ The modules described in this chapter provide a wide range of string manipulation operations. Here's an overview: \localmoduletable + +Information on the methods of string objects can be found in +section~\ref{string-methods}, ``String Methods.''