comparison doc/interpreter/genpropdoc.m @ 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 3c986b688596
children b6ea72a439f8
comparison
equal deleted inserted replaced
20904:ebe061d6feea 20905:c640ea6a1612
383 383
384 case "outerposition" 384 case "outerposition"
385 s.valid = valid_4elvec; 385 s.valid = valid_4elvec;
386 386
387 case "paperorientation" 387 case "paperorientation"
388 s.doc = "Defines the orientaton of the printed page. The value for \ 388 s.doc = "The value for the @code{papersize} property depends upon \
389 the @code{papersize} property depends upon __prop__.\ 389 __prop__. The @code{papersize} values reverse order when __prop__ is switched \
390 The @code{papersize} values reverse order when __prop__ is switched \
391 between @code{\"portrait\"} and either @code{\"landscape\"} or \ 390 between @code{\"portrait\"} and either @code{\"landscape\"} or \
392 @code{\"rotated\"}. The value of @code{paperposition} is not dependent upon \ 391 @code{\"rotated\"}. The value of @code{paperposition} is not dependent upon \
393 the value of __prop__, and must be adjusted indepdently when needed." 392 the value of __prop__."
394 393
395 case "paperposition" 394 case "paperposition"
396 s.doc = "Vector @code{[x0 y0 width height]} defining the position and \ 395 s.doc = "Vector @code{[x0 y0 width height]} defining the position and \
397 size of the figure (in @code{paperunits} units) on the printed page. The \ 396 size of the figure (in @code{paperunits} units) on the printed page. The \
398 position @code{[x0 y0]} defines the lower left corner of the figure on the \ 397 position @code{[x0 y0]} defines the lower left corner of the figure on the \
399 page, and the size is defined by @code{[width height]}. For output formats, \ 398 page, and the size is defined by @code{[width height]}. For output formats \
400 not implicity rendered on paper, the @code{width} and @code{height} define the \ 399 not implicity rendered on paper, @code{width} and @code{height} define the \
401 size of the image and the position information is ignored. __modemsg__."; 400 size of the image and the position information is ignored. __modemsg__.";
402 s.valid = valid_4elvec; 401 s.valid = valid_4elvec;
403 402
404 case "paperpositionmode" 403 case "paperpositionmode"
405 s.doc = "If __prop__ is set to @qcode{\"auto\"}, the \ 404 s.doc = "If __prop__ is set to @qcode{\"auto\"}, the \