aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index a9b4ab87..1684e901 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -13743,10 +13743,9 @@ current record. @xref{Changing Fields}.
@cindex @command{gawk}, @code{FUNCTAB} array in
@cindex differences in @command{awk} and @command{gawk}, @code{FUNCTAB} variable
@item FUNCTAB #
-An array whose indices are the names of all the user-defined
-or extension functions in the program.
-@strong{NOTE}: The array values cannot currently be used.
-Also, you may not use the @code{delete} statement with the
+An array whose indices and corresponding values are the names of all
+the user-defined or extension functions in the program.
+@strong{NOTE}: You may not use the @code{delete} statement with the
@code{FUNCTAB} array.
@cindex @code{NR} variable