changeset 12944:1acb639204d0

Fix incorrect documentation for cs-lists from cell arrays. * container.txi: correct cs-list example.
author Ben Abbott <bpabbott@mac.com>
date Wed, 10 Aug 2011 19:03:26 -0400
parents 8372d50de75a
children 982d59e27565
files doc/interpreter/container.txi
diffstat 1 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/container.txi	Wed Aug 10 10:52:41 2011 -0400
+++ b/doc/interpreter/container.txi	Wed Aug 10 19:03:26 2011 -0400
@@ -563,16 +563,11 @@
 @example
 @group
 c@{1:2@}
+     @result{} ans = a string
      @result{} ans =
           
-          (,
-            [1] = a string
-            [2] =
-          
                0.593993   0.627732
                0.377037   0.033643
-          
-          ,)
 @end group
 @end example