make < debugger option work again

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@248 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2002-01-02 03:54:15 +00:00
parent c1943be66e
commit 2b72b6f71b
2 changed files with 26 additions and 8 deletions

View File

@@ -11912,10 +11912,10 @@ shows the active goal using print/1
shows the active goal using display/1
@item <Depth - debugger write depth
sets the maximum write depth, both for composite terms and lists, that
will be used by @code{write/1} or @code{write/2}. For more
will be used by the debugger. For more
information about @code{write_depth/2} (@pxref{I/O Control}).
@item < - full term
resets to infinite the debugger's maximum write depth. For
resets to the default of ten the debugger's maximum write depth. For
more information about @code{write_depth/2} (@pxref{I/O Control}).
@end table