comparison scripts/help/type.m @ 9752:51c21837686f

Period spellcheck of Octave documentation to check and fix newly added DOCSTRINGS
author Rik <rdrider0-list@yahoo.com>
date Thu, 22 Oct 2009 20:25:08 -0700
parents f22bbc5d56e9
children be55736a0783
comparison
equal deleted inserted replaced
9751:2b0cc0b6db61 9752:51c21837686f
15 ## <http://www.gnu.org/licenses/>. 15 ## <http://www.gnu.org/licenses/>.
16 16
17 ## -*- texinfo -*- 17 ## -*- texinfo -*-
18 ## @deftypefn {Command} {} type @var{name} @dots{} 18 ## @deftypefn {Command} {} type @var{name} @dots{}
19 ## @deftypefnx {Command} {} type -q @var{name} @dots{} 19 ## @deftypefnx {Command} {} type -q @var{name} @dots{}
20 ## @deftypefnx {Function File} {defs =} type ("@var{name}", @dots{}) 20 ## @deftypefnx {Function File} {dfns =} type ("@var{name}", @dots{})
21 ## Display the definition of each @var{name} that refers to a function. 21 ## Display the definition of each @var{name} that refers to a function.
22 ## 22 ##
23 ## Normally also displays whether each @var{name} is user-defined or built-in; 23 ## Normally also displays whether each @var{name} is user-defined or built-in;
24 ## the @code{-q} option suppresses this behavior. 24 ## the @code{-q} option suppresses this behavior.
25 ## 25 ##