# HG changeset patch # User Rik # Date 1339302691 25200 # Node ID bf759828760c989e81fc5bdbc5d49250f59a36c4 # Parent ec924357b3759cdb3ef304be43928ebff5ec208e doc: Clarify input must be cellstr, not just cell, to legend(). * legend.m: Clarify input must be cellstr, not just cell in docstring. diff --git a/scripts/plot/legend.m b/scripts/plot/legend.m --- a/scripts/plot/legend.m +++ b/scripts/plot/legend.m @@ -19,7 +19,7 @@ ## -*- texinfo -*- ## @deftypefn {Function File} {} legend (@var{str1}, @var{str2}, @dots{}) ## @deftypefnx {Function File} {} legend (@var{matstr}) -## @deftypefnx {Function File} {} legend (@var{cell}) +## @deftypefnx {Function File} {} legend (@var{cellstr}) ## @deftypefnx {Function File} {} legend (@dots{}, "location", @var{pos}) ## @deftypefnx {Function File} {} legend (@dots{}, "orientation", @var{orient}) ## @deftypefnx {Function File} {} legend (@var{hax}, @dots{})