Mercurial > hg > octave-max
diff scripts/plot/ishold.m @ 11431:0d9640d755b1
Improve docstrings for all isXXX functions.
Use 'return true' rather than 'return 1'.
Improve the cross-referencing through seealso links.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Fri, 31 Dec 2010 13:20:44 -0800 |
parents | d1978e7364ad |
children | fd0a3ac60b0e |
line wrap: on
line diff
--- a/scripts/plot/ishold.m +++ b/scripts/plot/ishold.m @@ -18,8 +18,9 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} ishold -## Return true if the next line will be added to the current plot, or -## false if the plot device will be cleared before drawing the next line. +## Return true if the next plot will be added to the current plot, or +## false if the plot device will be cleared before drawing the next plot. +## @seealso{hold} ## @end deftypefn function retval = ishold (h)