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 0cfbe59..ee08fa2 100644 --- a/Doc/lib/libpdb.tex +++ b/Doc/lib/libpdb.tex @@ -265,7 +265,7 @@ It should be noted that not all jumps are allowed --- for instance it is not possible to jump into the middle of a \keyword{for} loop or out of a \keyword{finally} clause. -\item[l(ist) \optional{\var{first\optional{, last}}}] +\item[l(ist) \optional{\var{first}\optional{, \var{last}}}] List source code for the current file. Without arguments, list 11 lines around the current line or continue the previous listing. With |