comparison 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
comparison
equal deleted inserted replaced
9036:58604c45ca74 9037:4cb9f994dcec
17 ## -*- texinfo -*- 17 ## -*- texinfo -*-
18 ## @deftypefn {Command} type options name @dots{} 18 ## @deftypefn {Command} type options name @dots{}
19 ## Display the definition of each @var{name} that refers to a function. 19 ## Display the definition of each @var{name} that refers to a function.
20 ## 20 ##
21 ## Normally also displays whether each @var{name} is user-defined or built-in; 21 ## Normally also displays whether each @var{name} is user-defined or built-in;
22 ## the @code{-q} option suppresses this behaviour. 22 ## the @code{-q} option suppresses this behavior.
23 ## 23 ##
24 ## If an output argument is requested nothing is displayed. Instead a cell array 24 ## If an output argument is requested nothing is displayed. Instead, a cell
25 ## of strings is returned, where each element corresponds to the definition of 25 ## array of strings is returned, where each element corresponds to the
26 ## each requested function. 26 ## definition of each requested function.
27 ## @end deftypefn 27 ## @end deftypefn
28 28
29 function retval = type (varargin) 29 function retval = type (varargin)
30 ## Parse input 30 ## Parse input
31 if (nargin == 0) 31 if (nargin == 0)