changeset 20905:c640ea6a1612

genpropdoc.m: Improve wording for some of the paper* properties. * genpropdoc.m: Improve wording for some of the paper* properties.
author Rik <rik@octave.org>
date Tue, 15 Dec 2015 13:35:31 -0800
parents ebe061d6feea
children 40e1134ec984
files doc/interpreter/genpropdoc.m
diffstat 1 files changed, 5 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/genpropdoc.m	Tue Dec 15 19:00:56 2015 +0100
+++ b/doc/interpreter/genpropdoc.m	Tue Dec 15 13:35:31 2015 -0800
@@ -385,19 +385,18 @@
         s.valid = valid_4elvec;
 
       case "paperorientation"
-        s.doc = "Defines the orientaton of the printed page.  The value for \
-the @code{papersize} property depends upon __prop__.\
-The @code{papersize} values reverse order when __prop__ is switched \
+        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__, and must be adjusted indepdently when needed."
+the value of __prop__."
 
       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, the @code{width} and @code{height} define 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;