changeset 29002:6075738dc529 stable

Don't reference invalid "paperunits" value "pixels" (bug #59351). * doc/interpreter/genpropdoc.m (getdoc): Change documentation for figure property "paperunits".
author Markus Mützel <markus.muetzel@gmx.de>
date Wed, 28 Oct 2020 16:53:48 +0100
parents 8a05763823d1
children 5b41f666a477 e44e3c2b7eea
files doc/interpreter/genpropdoc.m
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/genpropdoc.m	Tue Oct 27 22:28:44 2020 +0100
+++ b/doc/interpreter/genpropdoc.m	Wed Oct 28 16:53:48 2020 +0100
@@ -509,9 +509,8 @@
 
       case "paperunits"
         s.doc = "The unit used to compute the @code{paperposition} property.  \
-For __prop__ set to @code{\"pixels\"}, the conversion between physical \
-units (ex: @code{\"inches\"}) and @code{\"pixels\"} is dependent on the \
-@code{screenpixelsperinch} property of the root object.";
+The conversion from physical units (e.g., @code{\"inches\"}) is dependent on \
+the @code{screenpixelsperinch} property of the root object.";
 
       case "pointer"
         s.doc = "Name of the mouse pointer shape associated with the canvas \