diff options
Diffstat (limited to 'Doc/lib/libsys.tex')
-rw-r--r-- | Doc/lib/libsys.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/lib/libsys.tex b/Doc/lib/libsys.tex index 558fb36..ea4aafa 100644 --- a/Doc/lib/libsys.tex +++ b/Doc/lib/libsys.tex @@ -197,6 +197,11 @@ It is always available. or when \code{os._exit()} is called.} \end{datadesc} +\begin{funcdesc}{getcheckinterval}{} + Return the interpreter's ``check interval''; + see \function{setcheckinterval()}. +\end{funcdesc} + \begin{funcdesc}{getdefaultencoding}{} Return the name of the current default string encoding used by the Unicode implementation. |