changeset 15073: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 c53c28c7c811
children aa64715164dc
files scripts/plot/gtext.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.