about summary refs log tree commit diff
path: root/Doc/Zsh/mod_parameter.yo
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2006-09-17 19:28:45 +0000
committerClint Adams <clint@users.sourceforge.net>2006-09-17 19:28:45 +0000
commita7c0640c0a3b9ce7290b1c78a08eec7ed330ca67 (patch)
treeb356f534a24781a75400c382b3ad1377c86b51c3 /Doc/Zsh/mod_parameter.yo
parent4f11c3b8e356ea835f7791e9de4b73fd23d5daa9 (diff)
downloadzsh-a7c0640c0a3b9ce7290b1c78a08eec7ed330ca67.tar.gz
zsh-a7c0640c0a3b9ce7290b1c78a08eec7ed330ca67.tar.xz
zsh-a7c0640c0a3b9ce7290b1c78a08eec7ed330ca67.zip
22728: $functrace parameter for function backtraces.
Diffstat (limited to 'Doc/Zsh/mod_parameter.yo')
-rw-r--r--Doc/Zsh/mod_parameter.yo6
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()