diff libinterp/corefcn/genprops.awk @ 25273:ac6ba9f2fa41

Add new Figure graphic property "Number" (bug #53343). * NEWS: Announce new graphics property. * genprops.awk: Fix a typo in a comment. * graphics.cc (figure::properties::get_number): New function. * graphics.in.h: Add new read-only "number" property to figures with an external function to implement it.. * struct2hdl.m: Add read-only property "number" to list of excluded read-only properties for figure objects.
author Rik <rik@octave.org>
date Tue, 17 Apr 2018 12:48:33 -0700
parents 6652d3823428
children 3ff9192b676e
line wrap: on
line diff
--- a/libinterp/corefcn/genprops.awk	Tue Apr 17 12:05:17 2018 -0700
+++ b/libinterp/corefcn/genprops.awk	Tue Apr 17 12:48:33 2018 -0700
@@ -137,7 +137,7 @@
 ##
 ##   f:  The property does not have any factory default value.
 ##
-## The 'o' and 'O' qualifiers are only useful when the the property type
+## The 'o' and 'O' qualifiers are only useful when the property type
 ## is something other than octave_value.
 
 ## simple accessor