aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gawk.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gawk.texi')
-rw-r--r--doc/gawk.texi4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/gawk.texi b/doc/gawk.texi
index e1eea073..0f443881 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -20106,10 +20106,6 @@ The @code{typeof()} function is general; it allows you to determine
if a variable or function parameter is a scalar, an array, or a strongly
typed regexp.
-@code{isarray()} is deprecated; you should use @code{typeof()} instead.
-You should replace any existing uses of @samp{isarray(var)} in your
-code with @samp{typeof(var) == "array"}.
-
@node I18N Functions
@subsection String-Translation Functions
@cindex @command{gawk}, string-translation functions