diff options
Diffstat (limited to 'Doc/lib/libstring.tex')
-rw-r--r-- | Doc/lib/libstring.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libstring.tex b/Doc/lib/libstring.tex index 1911801..7242c53 100644 --- a/Doc/lib/libstring.tex +++ b/Doc/lib/libstring.tex @@ -10,7 +10,7 @@ classes and some useful string functions. See the module The constants defined in this module are are: -\renewcommand{\indexsubitem}{(data in module string)} +\setindexsubitem{(data in module string)} \begin{datadesc}{digits} The string \code{'0123456789'}. \end{datadesc} @@ -54,7 +54,7 @@ The constants defined in this module are are: The functions defined in this module are: -\renewcommand{\indexsubitem}{(in module string)} +\setindexsubitem{(in module string)} \begin{funcdesc}{atof}{s} Convert a string to a floating point number. The string must have |