comparison libinterp/corefcn/debug.cc @ 17178:d6499c14021c

doc: Periodic grammarcheck of documentation. * doc/interpreter/basics.txi, doc/interpreter/expr.txi, doc/interpreter/install.txi, doc/interpreter/java.txi, doc/interpreter/plot.txi, doc/interpreter/sparse.txi, doc/interpreter/vectorize.txi, libinterp/corefcn/cellfun.cc, libinterp/corefcn/debug.cc, libinterp/corefcn/file-io.cc, libinterp/corefcn/load-save.cc, libinterp/corefcn/matrix_type.cc, libinterp/corefcn/pr-output.cc, libinterp/parse-tree/oct-parse.in.yy, liboctave/numeric/LSODE-opts.in, scripts/image/imformats.m, scripts/image/imread.m, scripts/image/imwrite.m, scripts/miscellaneous/error_ids.m, scripts/miscellaneous/fileattrib.m, scripts/miscellaneous/mex.m, scripts/miscellaneous/mkoctfile.m, scripts/miscellaneous/warning_ids.m, scripts/prefs/prefdir.m, scripts/prefs/preferences.m, scripts/signal/fftfilt.m, scripts/strings/isstrprop.m, scripts/testfun/assert.m: Periodic grammarcheck of documentation.
author Rik <rik@octave.org>
date Sun, 04 Aug 2013 13:08:39 -0700
parents 68fc671a9339
children bc924baa2c4e
comparison
equal deleted inserted replaced
17177:9ba57ed05207 17178:d6499c14021c
1039 DEFUN (dblist, args, , 1039 DEFUN (dblist, args, ,
1040 "-*- texinfo -*-\n\ 1040 "-*- texinfo -*-\n\
1041 @deftypefn {Command} {} dblist\n\ 1041 @deftypefn {Command} {} dblist\n\
1042 @deftypefnx {Command} {} dblist @var{n}\n\ 1042 @deftypefnx {Command} {} dblist @var{n}\n\
1043 In debugging mode, list @var{n} lines of the function being debugged\n\ 1043 In debugging mode, list @var{n} lines of the function being debugged\n\
1044 centered around the the current line to be executed. If unspecified @var{n}\n\ 1044 centered around the current line to be executed. If unspecified @var{n}\n\
1045 defaults to 10 (+/- 5 lines)\n\ 1045 defaults to 10 (+/- 5 lines)\n\
1046 @seealso{dbwhere, dbtype}\n\ 1046 @seealso{dbwhere, dbtype}\n\
1047 @end deftypefn") 1047 @end deftypefn")
1048 { 1048 {
1049 octave_value retval; 1049 octave_value retval;