diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/mod_parameter.yo | 6 |
1 files changed, 6 insertions, 0 deletions
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() |