changeset 21924:43a5d019e6cc

maint: Periodic merge of stable to default.
author Mike Miller <mtmiller@octave.org>
date Thu, 16 Jun 2016 10:19:02 -0700
parents c34f9c182dcf (current diff) 42929c66846d (diff)
children a53f46577e39
files doc/interpreter/stmt.txi
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/stmt.txi	Thu Jun 16 08:23:30 2016 -0700
+++ b/doc/interpreter/stmt.txi	Thu Jun 16 10:19:02 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