changeset 6713:26f3d9bf9562

[project @ 2007-06-13 10:34:14 by dbateman]
author dbateman
date Wed, 13 Jun 2007 10:34:14 +0000
parents 24d2918bd671
children 81a73cdd87c0
files scripts/miscellaneous/getfield.m scripts/miscellaneous/orderfields.m scripts/plot/hold.m scripts/plot/ishold.m
diffstat 4 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/miscellaneous/getfield.m	Wed Jun 13 09:34:13 2007 +0000
+++ b/scripts/miscellaneous/getfield.m	Wed Jun 13 10:34:14 2007 +0000
@@ -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
--- a/scripts/miscellaneous/orderfields.m	Wed Jun 13 09:34:13 2007 +0000
+++ b/scripts/miscellaneous/orderfields.m	Wed Jun 13 10:34:14 2007 +0000
@@ -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.
 ##
--- a/scripts/plot/hold.m	Wed Jun 13 09:34:13 2007 +0000
+++ b/scripts/plot/hold.m	Wed Jun 13 10:34:14 2007 +0000
@@ -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
--- a/scripts/plot/ishold.m	Wed Jun 13 09:34:13 2007 +0000
+++ b/scripts/plot/ishold.m	Wed Jun 13 10:34:14 2007 +0000
@@ -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