octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[changeset] fix of trivial texi bug in subplot.m


From: Thorsten Meyer
Subject: [changeset] fix of trivial texi bug in subplot.m
Date: Wed, 05 Nov 2008 17:55:29 +0100
User-agent: Mozilla-Thunderbird 2.0.0.17 (X11/20081018)

Hi,

here is a trivial patch for a texi bug in the documentation string of subplot.m.

regards

Thorsten Meyer
# HG changeset patch
# User Thorsten Meyer <address@hidden>
# Date 1225903902 -3600
# Node ID 9debbbb1b4b0c273fd4a2adb54f005d527d3030f
# Parent  90ee510fb405b69f22f22fdb02504da7c4a38565
fix texi bug in subplot.m

diff -r 90ee510fb405 -r 9debbbb1b4b0 scripts/ChangeLog
--- a/scripts/ChangeLog Wed Nov 05 13:53:39 2008 +0100
+++ b/scripts/ChangeLog Wed Nov 05 17:51:42 2008 +0100
@@ -1,3 +1,7 @@
+2008-11-05  Thorsten Meyer  <address@hidden>
+
+        * plot/subplot.m: fix texi bug
+
 2008-09-28  Jaroslav Hajek <address@hidden>
 
        * optimization/__fdjac__.m: New function file.
diff -r 90ee510fb405 -r 9debbbb1b4b0 scripts/plot/subplot.m
--- a/scripts/plot/subplot.m    Wed Nov 05 13:53:39 2008 +0100
+++ b/scripts/plot/subplot.m    Wed Nov 05 17:51:42 2008 +0100
@@ -45,16 +45,16 @@
 ## @end iftex
 ## @ifinfo
 ## @display
+## @example
 ## @group
-## @example
 ##
 ## +-----+-----+-----+
 ## |  1  |  2  |  3  |
 ## +-----+-----+-----+
 ## |  4  |  5  |  6  |
 ## +-----+-----+-----+
+## @end group
 ## @end example
-## @end group
 ## @end display
 ## @end ifinfo
 ## @seealso{plot}

reply via email to

[Prev in Thread] Current Thread [Next in Thread]