Mercurial > hg > octave-nkf
diff scripts/help/type.m @ 9724:f22bbc5d56e9
Fix various incorrect usages of TeXinfo deffn and deftypefn macros
which were causing bad entries in the function index.
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Tue, 13 Oct 2009 21:10:37 -0700 |
parents | 4cb9f994dcec |
children | 51c21837686f |
line wrap: on
line diff
--- a/scripts/help/type.m +++ b/scripts/help/type.m @@ -15,7 +15,9 @@ ## <http://www.gnu.org/licenses/>. ## -*- texinfo -*- -## @deftypefn {Command} type options name @dots{} +## @deftypefn {Command} {} type @var{name} @dots{} +## @deftypefnx {Command} {} type -q @var{name} @dots{} +## @deftypefnx {Function File} {defs =} type ("@var{name}", @dots{}) ## 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;