Mercurial > hg > octave-lyh
diff scripts/plot/gtext.m @ 15072:20cac6006005
* gtext.m: Fix typo in previous change.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Wed, 01 Aug 2012 10:39:26 -0400 |
parents | 1feefc5e5630 |
children | eaab03308c0b |
line wrap: on
line diff
--- a/scripts/plot/gtext.m +++ b/scripts/plot/gtext.m @@ -21,7 +21,7 @@ ## @deftypefnx {Function File} {} gtext (@{@var{s1}, @var{s2}, @dots{}@}) ## @deftypefnx {Function File} {} gtext (@{@var{s1}; @var{s2}; @dots{}@}) ## @deftypefnx {Function File} {} gtext (@dots{}, @var{prop}, @var{val}) -## @deftypefnx {Function File} {@var{h) =} gtext (@dots{}) +## @deftypefnx {Function File} {@var{h} =} gtext (@dots{}) ## Place text on the current figure using the mouse. The text is defined ## by the string @var{s}. If @var{s} is a cell string organized as a row ## vector then each string of the cell array is written to a separate line.