# HG changeset patch # User dbateman # Date 1181730854 0 # Node ID 26f3d9bf9562a674d28b273fe58bd160ba33ad0b # Parent 24d2918bd6712bc16241f2e3a257e38adb042445 [project @ 2007-06-13 10:34:14 by dbateman] diff --git a/scripts/miscellaneous/getfield.m b/scripts/miscellaneous/getfield.m --- a/scripts/miscellaneous/getfield.m +++ b/scripts/miscellaneous/getfield.m @@ -18,8 +18,8 @@ ## 02110-1301, USA. ## -*- texinfo -*- -## @deftypefn {Built-in Function} {[@var{v1}, @dots{}] =} getfield (@var{s}, @var{key}, @dots{}) extract fields from a structure. -## For example +## @deftypefn {Function File} {[@var{v1}, @dots{}] =} getfield (@var{s}, @var{key}, @dots{}) +## Extract fields from a structure. For example ## ## @example ## @group diff --git a/scripts/miscellaneous/orderfields.m b/scripts/miscellaneous/orderfields.m --- a/scripts/miscellaneous/orderfields.m +++ b/scripts/miscellaneous/orderfields.m @@ -18,7 +18,7 @@ ## 02110-1301, USA. ## -*- texinfo -*- -## @deftypefn {Built-in Function} {[@var{t}, @var{p}] =} orderfields (@var{s1}, @var{s2}) +## @deftypefn {Function File} {[@var{t}, @var{p}] =} orderfields (@var{s1}, @var{s2}) ## Return a struct with fields arranged alphabetically or as specified ## by @var{s2} and a corresponding permutation vector. ## diff --git a/scripts/plot/hold.m b/scripts/plot/hold.m --- a/scripts/plot/hold.m +++ b/scripts/plot/hold.m @@ -18,7 +18,7 @@ ## 02110-1301, USA. ## -*- texinfo -*- -## @deftypefn {Built-in Function} {} hold @var{args} +## @deftypefn {Function File} {} hold @var{args} ## Tell Octave to `hold' the current data on the plot when executing ## subsequent plotting commands. This allows you to execute a series of ## plot commands and have all the lines end up on the same figure. The diff --git a/scripts/plot/ishold.m b/scripts/plot/ishold.m --- a/scripts/plot/ishold.m +++ b/scripts/plot/ishold.m @@ -18,7 +18,7 @@ ## 02110-1301, USA. ## -*- texinfo -*- -## @deftypefn {Built-in Function} {} ishold +## @deftypefn {Function File} {} ishold ## Return 1 if the next line will be added to the current plot, or 0 if ## the plot device will be cleared before drawing the next line. ## @end deftypefn