Mercurial > hg > octave-nkf
diff scripts/plot/gcbo.m @ 16808:772f51539af8
doc: Add gco() to documentation.
* doc/interpreter/plot.txi: Add gco() to manual.
* scripts/plot/gco.m: Add seealso links to docstring.
* scripts/plot/gcbf.m: Re-arrange seealso links. Improve docstring.
* scripts/plot/gcbo.m: Rewrite second paragraph of docstring.
Add seealso link to gco.
author | Rik <rik@octave.org> |
---|---|
date | Sat, 22 Jun 2013 11:16:04 -0700 |
parents | f3d52523cde1 |
children | eaab03308c0b |
line wrap: on
line diff
--- a/scripts/plot/gcbo.m +++ b/scripts/plot/gcbo.m @@ -24,11 +24,11 @@ ## empty matrix. This handle is obtained from the root object property ## "CallbackObject". ## -## Additionally return the handle of the figure containing the -## object whose callback is currently executing. If no callback is -## executing, the second output is also set to the empty matrix. +## When called with a second output argument, return the handle of the figure +## containing the object whose callback is currently executing. If no callback +## is executing the second output is also set to the empty matrix. ## -##@seealso{gcf, gca, gcbf} +##@seealso{gcbf, gco, gcf, gca} ##@end deftypefn function [h, fig] = gcbo ()