From ae5442a59fa2dd3e3ce1ef89efcf9e29c1d9afec Mon Sep 17 00:00:00 2001 From: Aleksey Demakov <ademakov@gmail.com> Date: Thu, 26 Jan 2012 20:12:20 +0400 Subject: [PATCH] Remove duplicate text in the user doc, fix typo. --- doc/user/stored-programs.xml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/doc/user/stored-programs.xml b/doc/user/stored-programs.xml index d6a10205d0..a5f3e4a1a2 100644 --- a/doc/user/stored-programs.xml +++ b/doc/user/stored-programs.xml @@ -815,16 +815,6 @@ xreflabel="box.index">box.index</code></title> </simpara></listitem> </varlistentry> - <varlistentry> - <term> - <emphasis role="lua">index:pairs()</emphasis> - </term> - <listitem><simpara> - A helper function to iterate over all tuples in the index. - </simpara> - </listitem> - </varlistentry> - <varlistentry> <term> <emphasis role="lua">index:min()</emphasis> @@ -867,7 +857,7 @@ xreflabel="box.index">box.index</code></title> resuming iteration from a given key. It follows the <link xlink:href='http://pgl.yoyo.org/luai/i/next'>Lua iteration pattern</link> and returns a pair - <code>>iteration_state, tuple<</code>. + <code><iteration_state, tuple></code>. When called with no arguments, it starts iteration from the beginning. If called with userdata <code>iteration_state</code>, it returns a tuple -- GitLab