Mercurial > hg > octave-lyh
changeset 16843:e7ee313b3ff3
doc: Fix typo in dblist docstring.
* libinterp/interpfcn/debug.cc(Fdblist): Correct @var{}
macro usage.
author | Rik <rik@octave.org> |
---|---|
date | Mon, 24 Jun 2013 20:24:55 -0700 |
parents | 035b5fe157ad |
children | 1b0650075a74 |
files | libinterp/interpfcn/debug.cc |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libinterp/interpfcn/debug.cc +++ b/libinterp/interpfcn/debug.cc @@ -1039,7 +1039,7 @@ DEFUN (dblist, args, , "-*- texinfo -*-\n\ @deftypefn {Command} {} dblist\n\ -@deftypefnx {Command} {} dblist var{n}\n\ +@deftypefnx {Command} {} dblist @var{n}\n\ In debugging mode, list @var{n} lines of the function being debugged\n\ centered around the the current line to be executed. If unspecified @var{n}\n\ defaults to 10 (+/- 5 lines)\n\