Mercurial > hg > octave-lyh
changeset 14755:bf759828760c
doc: Clarify input must be cellstr, not just cell, to legend().
* legend.m: Clarify input must be cellstr, not just cell in docstring.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Sat, 09 Jun 2012 21:31:31 -0700 |
parents | ec924357b375 |
children | 43aa8d583b02 7ab3ac5c676c |
files | scripts/plot/legend.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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{})