From a7c0640c0a3b9ce7290b1c78a08eec7ed330ca67 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sun, 17 Sep 2006 19:28:45 +0000 Subject: 22728: $functrace parameter for function backtraces. --- Doc/Zsh/mod_parameter.yo | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Doc/Zsh/mod_parameter.yo') diff --git a/Doc/Zsh/mod_parameter.yo b/Doc/Zsh/mod_parameter.yo index 04a998f83..529c65d33 100644 --- a/Doc/Zsh/mod_parameter.yo +++ b/Doc/Zsh/mod_parameter.yo @@ -159,4 +159,10 @@ This array contains the names of the functions currently being executed. The first element is the name of the function using the parameter. ) +vindex(functrace) +item(tt(functrace))( +This array contains the names and line numbers of the callers +corresponding to the functions currently being executed. +The format of each element is name:lineno. +) enditem() -- cgit 1.4.1