changeset 21923:42929c66846d stable

doc: delete mention of unsupported syntax for looping over structs (bug #48064) * stmt.txi (Looping Over Structure Elements): Delete mention of unsupported syntax for looping over structure elements.
author Mike Miller <mtmiller@octave.org>
date Thu, 16 Jun 2016 10:17:21 -0700
parents 2c035963f469
children 43a5d019e6cc 9780323c1c89
files doc/interpreter/stmt.txi
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/stmt.txi	Wed Jun 15 12:47:00 2016 -0600
+++ b/doc/interpreter/stmt.txi	Thu Jun 16 10:17:21 2016 -0700
@@ -658,11 +658,6 @@
 cycle through the list in a particular way, you will have to use the
 function @code{fieldnames} and sort the list yourself.
 
-The @var{key} variable may also be omitted.  If it is, the brackets are
-also optional.  This is useful for cycling through the values of all the
-structure elements when the names of the elements do not need to be
-known.
-
 @node The break Statement
 @section The break Statement
 @cindex @code{break} statement