Mercurial > hg > octave-nkf
diff 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 |
line wrap: on
line diff
--- a/scripts/help/type.m +++ b/scripts/help/type.m @@ -24,7 +24,7 @@ ## variable, operator, or keyword. ## ## @code{type} normally prepends a header line describing the category -## of @var{name} such as function or variable; The @option{-q} option +## of @var{name} such as function or variable; The @option{-q} option ## suppresses this behavior. ## ## If no output variable is used the contents are displayed on screen.