diff options
Diffstat (limited to 'Doc/lib/libpdb.tex')
-rw-r--r-- | Doc/lib/libpdb.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex index ee08fa2..ee9ab91 100644 --- a/Doc/lib/libpdb.tex +++ b/Doc/lib/libpdb.tex @@ -77,7 +77,7 @@ used. (See the explanation of the \keyword{exec} statement or the \end{funcdesc} \begin{funcdesc}{runeval}{expression\optional{, globals\optional{, locals}}} -Evaluate the \var{expression} (given as a a string) under debugger +Evaluate the \var{expression} (given as a string) under debugger control. When \function{runeval()} returns, it returns the value of the expression. Otherwise this function is similar to \function{run()}. |