From 5aa6dba74ece7c0854b2e5ead4dcc01036588a07 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 21 Jan 2013 20:22:19 +0100 Subject: [PATCH] Improve the list example Change-Id: Ia206a0d6bdc32adac8ac0275f8e3eb1bd9ab9641 --- scilab/modules/data_structures/help/en_US/list.xml | 27 ++++++++++++++------ 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/scilab/modules/data_structures/help/en_US/list.xml b/scilab/modules/data_structures/help/en_US/list.xml index e90610d..84987b1 100644 --- a/scilab/modules/data_structures/help/en_US/list.xml +++ b/scilab/modules/data_structures/help/en_US/list.xml @@ -129,14 +129,25 @@ Examples -- 1.7.9.5