Mercurial > hg > octave-avbm
changeset 8057:7670cd296687
Opps
author | David Bateman <dbateman@free.fr> |
---|---|
date | Tue, 26 Aug 2008 18:05:35 +0200 |
parents | 9a6f4713f765 |
children | ca39c21fa4b8 |
files | doc/interpreter/plot.txi |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/interpreter/plot.txi +++ b/doc/interpreter/plot.txi @@ -1374,9 +1374,9 @@ be passed after the 2 default arguments. For example @example -plot (x, "DeleteFcn", {@@mycallback, "1"}) +plot (x, "DeleteFcn", @{@@mycallback, "1"@}) @dots{} -function mycall (src, data, a1) +function mycallback (src, data, a1) fprintf ("Closing plot %d\n", a1); endfunction @end example