Change-Id: Iddc62d154dbef1360aba515dd55ae1711bf780c1
* Bug #12354 fixed - In SciNotes, invalid function with a semicolon after args
declaration.
+* Bug #12361 fixed - Error fixed in replot() help page examples.
+
* Bug #12373 fixed - pmodulo(n,m<0) returned a negative result.
* Bug #12377 fixed - chepol was located in the wrong help section
<refsection>
<title>Examples</title>
<programlisting role="example"><![CDATA[
- backupstyle='?'
-
x=[0:0.1:2*%pi]';
plot2d(x,sin(x))
replot([-1,-1,10,2])
]]></programlisting>
<scilab:image>
- backupstyle='?'
-
x=[0:0.1:2*%pi]';
plot2d(x,sin(x))
replot([-1,-1,10,2])
</scilab:image>
<programlisting role="example"><![CDATA[
- backupstyle='?'
xdel(winsid());
plot() // plot demo
f=gcf();
<refsection>
<title>Exemples</title>
<programlisting role="example"><![CDATA[
-// Premier exemple
- backupstyle='?'
-
+ // Premier exemple
x=[0:0.1:2*%pi]';
plot2d(x,sin(x))
replot([-1,-1,10,2])
]]></programlisting>
<scilab:image>
- backupstyle='?'
-
x=[0:0.1:2*%pi]';
plot2d(x,sin(x))
replot([-1,-1,10,2])
<refsection>
<title>例</title>
<programlisting role="example"><![CDATA[
-backupstyle='?'
-
// 最初の例
x=[0:0.1:2*%pi]';
plot2d(x,sin(x))
<refsection>
<title>Exemplos</title>
<programlisting role="example"><![CDATA[
-backupstyle='?'
-
// primeiro exemplo
x=[0:0.1:2*%pi]';
plot2d(x,sin(x))