changeset 20930:b6ea72a439f8

genpropdoc.m: Add features unique to Octave for the paper* properties. * genpropdoc.m: Add features unique to Octave for the paper* properties.
author Ben Abbott <bpabbott@mac.com>
date Thu, 17 Dec 2015 13:39:00 -0500
parents 45a64a6c7273
children 69dcb58b9ada
files doc/interpreter/genpropdoc.m
diffstat 1 files changed, 12 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/genpropdoc.m	Thu Dec 17 12:06:30 2015 -0500
+++ b/doc/interpreter/genpropdoc.m	Thu Dec 17 13:39:00 2015 -0500
@@ -385,19 +385,20 @@
         s.valid = valid_4elvec;
 
       case "paperorientation"
-        s.doc = "The value for the @code{papersize} property depends upon \
-__prop__.  The @code{papersize} values reverse order when __prop__ is switched \
-between @code{\"portrait\"} and either @code{\"landscape\"} or \
-@code{\"rotated\"}.  The value of @code{paperposition} is not dependent upon \
-the value of __prop__."
+        s.doc = "The value for the @code{papersize}, and @code{paperposition} \
+properties depends upon __prop__.  The horizontal and vertical values for \
+@code{papersize} and @code{paperposition} reverse order \
+when __prop__ is switched between @code{\"portrait\"} and either \
+@code{\"landscape\"} or @code{\"rotated\"}."
 
       case "paperposition"
-        s.doc = "Vector @code{[x0 y0 width height]} defining the position and \
-size of the figure (in @code{paperunits} units) on the printed page.  The \
-position @code{[x0 y0]} defines the lower left corner of the figure on the \
-page, and the size is defined by @code{[width height]}.  For output formats \
-not implicity rendered on paper, @code{width} and @code{height} define the \
-size of the image and the position information is ignored.  __modemsg__.";
+        s.doc = "Vector @code{[left bottom width height]} defining the \
+position and size of the figure (in @code{paperunits} units) on the printed \
+page.  The position @code{[left bottom]} defines the lower left corner of the \
+figure on the page, and the size is defined by @code{[width height]}.  For \
+output formats not implicity rendered on paper, @code{width} and @code{height} \
+define the size of the image and the position information is ignored.  \
+__modemsg__.";
         s.valid = valid_4elvec;
 
       case "paperpositionmode"