From 54a79f8f1dbb86f92dcb0c7623fddbde1c81278c Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 3 Jun 2013 20:59:26 +0300 Subject: Clarify a bit on FUNCTAB. --- doc/gawk.texi | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc/gawk.texi') diff --git a/doc/gawk.texi b/doc/gawk.texi index 240669cf..0ab0d51d 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -13744,8 +13744,12 @@ current record. @xref{Changing Fields}. @item FUNCTAB # 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. + +@quotation NOTE +Attempting to use the @code{delete} statement with the @code{FUNCTAB} +array will cause a fatal error. Any attempt to assign to an element of +the @code{FUNCTAB} array will also cause a fatal error. +@end quotation @cindex @code{NR} variable @item NR -- cgit v1.2.3