# HG changeset patch # User Rik # Date 1372130695 25200 # Node ID e7ee313b3ff341575874f6bcaaede384aeb741ae # Parent 035b5fe157ad1d136f46004db9cdf0d18f7681f6 doc: Fix typo in dblist docstring. * libinterp/interpfcn/debug.cc(Fdblist): Correct @var{} macro usage. diff --git a/libinterp/interpfcn/debug.cc b/libinterp/interpfcn/debug.cc --- 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\