# HG changeset patch # User John W. Eaton # Date 1343831966 14400 # Node ID 20cac6006005643b4cd0628ade9050b25c6d491a # Parent c53c28c7c811e24fcc5bc8f808743bda3cbde5a3 * gtext.m: Fix typo in previous change. diff -r c53c28c7c811 -r 20cac6006005 scripts/plot/gtext.m --- a/scripts/plot/gtext.m Tue Jul 31 22:24:28 2012 -0700 +++ b/scripts/plot/gtext.m Wed Aug 01 10:39:26 2012 -0400 @@ -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.