Mercurial > hg > octave-nkf
diff scripts/plot/gcbf.m @ 9042:97aa01a85ea4
Merge documentation cleanup changes to main branch.
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Wed, 25 Mar 2009 18:13:08 -0700 |
parents | dbd0c77e575e |
children | 16f53d29049f |
line wrap: on
line diff
--- a/scripts/plot/gcbf.m +++ b/scripts/plot/gcbf.m @@ -19,8 +19,8 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {@var{fig} =} gcbf () ## Return a handle to the figure containing the object whose callback -## is currently executing. If no callback is executing, this function -## returns the empty matrix. The handle returned by this function is +## is currently executing. If no callback is executing, this function +## returns the empty matrix. The handle returned by this function is ## the same as the second output argument of gcbo. ## ##@seealso{gcf, gca, gcbo}