comparison scripts/help/type.m @ 17513:fedcd3717ebc

doc: grammarcheck of documentation before 3.8 release. * build-aux/mk-opts.pl: Use @qcode macro around quoted code options. * liboctave/numeric/DASPK-opts.in, liboctave/numeric/LSODE-opts.in: Use @qcode macro around quoted code options. * libinterp/corefcn/module.mk, liboctave/numeric/module.mk: Option handlers must also depend on Perl script mk-opts.pl. * libinterp/corefcn/bitfcns.cc, scripts/help/type.m, scripts/image/imfinfo.m, scripts/miscellaneous/dir.m, scripts/plot/stem.m, scripts/plot/stem3.m, scripts/plot/subplot.m, scripts/specfun/expint.m: grammarcheck of documentation before 3.8 release.
author Rik <rik@octave.org>
date Sat, 28 Sep 2013 16:54:34 -0700
parents a1fa416c7c4a
children d63878346099
comparison
equal deleted inserted replaced
17512:c001cddbda66 17513:fedcd3717ebc
22 ## @deftypefnx {Function File} {text =} type ("@var{name}", @dots{}) 22 ## @deftypefnx {Function File} {text =} type ("@var{name}", @dots{})
23 ## Display the contents of @var{name} which may be a file, function (m-file), 23 ## Display the contents of @var{name} which may be a file, function (m-file),
24 ## variable, operator, or keyword. 24 ## variable, operator, or keyword.
25 ## 25 ##
26 ## @code{type} normally prepends a header line describing the category 26 ## @code{type} normally prepends a header line describing the category
27 ## of @var{name} such as function or variable; The @option{-q} option 27 ## of @var{name} such as function or variable; The @option{-q} option
28 ## suppresses this behavior. 28 ## suppresses this behavior.
29 ## 29 ##
30 ## If no output variable is used the contents are displayed on screen. 30 ## If no output variable is used the contents are displayed on screen.
31 ## Otherwise, a cell array of strings is returned, where each element 31 ## Otherwise, a cell array of strings is returned, where each element
32 ## corresponds to the contents of each requested function. 32 ## corresponds to the contents of each requested function.