Mercurial > hg > octave-nkf
diff scripts/help/type.m @ 9037:4cb9f994dcec
Documentation cleanup of var.texi, expr.texi, eval.texi
Spellcheck
Style check (particularly for two spaces after period)
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Sun, 22 Mar 2009 08:41:49 -0700 |
parents | 5dd06f19e9be |
children | f22bbc5d56e9 |
line wrap: on
line diff
--- a/scripts/help/type.m +++ b/scripts/help/type.m @@ -19,11 +19,11 @@ ## Display the definition of each @var{name} that refers to a function. ## ## Normally also displays whether each @var{name} is user-defined or built-in; -## the @code{-q} option suppresses this behaviour. +## the @code{-q} option suppresses this behavior. ## -## If an output argument is requested nothing is displayed. Instead a cell array -## of strings is returned, where each element corresponds to the definition of -## each requested function. +## If an output argument is requested nothing is displayed. Instead, a cell +## array of strings is returned, where each element corresponds to the +## definition of each requested function. ## @end deftypefn function retval = type (varargin)