Updated \indexsubitem; functions had been indexed for the wrong module.
This commit is contained in:
parent
9181190c76
commit
7730cc067f
|
@ -8,6 +8,8 @@ given library's implementation. While still supported for
|
||||||
compatibility, the \code{rand} module is now considered obsolete; if
|
compatibility, the \code{rand} module is now considered obsolete; if
|
||||||
possible, use the \code{whrandom} module instead.
|
possible, use the \code{whrandom} module instead.
|
||||||
|
|
||||||
|
\renewcommand{\indexsubitem}{(in module rand)}
|
||||||
|
|
||||||
\begin{funcdesc}{choice}{seq}
|
\begin{funcdesc}{choice}{seq}
|
||||||
Returns a random element from the sequence \var{seq}.
|
Returns a random element from the sequence \var{seq}.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
|
@ -8,6 +8,8 @@ given library's implementation. While still supported for
|
||||||
compatibility, the \code{rand} module is now considered obsolete; if
|
compatibility, the \code{rand} module is now considered obsolete; if
|
||||||
possible, use the \code{whrandom} module instead.
|
possible, use the \code{whrandom} module instead.
|
||||||
|
|
||||||
|
\renewcommand{\indexsubitem}{(in module rand)}
|
||||||
|
|
||||||
\begin{funcdesc}{choice}{seq}
|
\begin{funcdesc}{choice}{seq}
|
||||||
Returns a random element from the sequence \var{seq}.
|
Returns a random element from the sequence \var{seq}.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
Loading…
Reference in New Issue