# HG changeset patch # User Rik # Date 1380122010 25200 # Node ID 0ad2f93fd83c2c25a917e87a76fee27ef5315d05 # Parent f44839118b5ff6d812e1f7053275adbfa11e1653 doc: Fix a typo in findobj docstring. * scripts/plot/findobj.m: Use '3' instead of 'D' in findobj example of depth 3. diff --git a/scripts/plot/findobj.m b/scripts/plot/findobj.m --- a/scripts/plot/findobj.m +++ b/scripts/plot/findobj.m @@ -48,7 +48,7 @@ ## of children is: ## ## @example -## findobj (@var{hlist}, "-depth", @var{d}, @var{prop_name}, @var{prop_value}) +## findobj (@var{hlist}, "-depth", 3, @var{prop_name}, @var{prop_value}) ## @end example ## ## Specifying a depth @var{d} of 0, limits the search to the set of objects