about summary refs log tree commit diff
path: root/Doc/Zsh/mod_parameter.yo
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Zsh/mod_parameter.yo')
-rw-r--r--Doc/Zsh/mod_parameter.yo5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/Zsh/mod_parameter.yo b/Doc/Zsh/mod_parameter.yo
index d3ace6df0..0e096c968 100644
--- a/Doc/Zsh/mod_parameter.yo
+++ b/Doc/Zsh/mod_parameter.yo
@@ -173,6 +173,9 @@ or `var(name) tt(LPAR()RPAR())' started.  In the case of an autoloaded
 function in native zsh format where only the body of the function occurs
 in the file the line number is reported as zero.
 The format of each element is var(filename)tt(:)var(lineno).
+For files that have been executed by the tt(source) or tt(.) builtins
+(in which case there is no separate definition) the trace information is
+shown as tt(source:0).
 )
 vindex(funcstack)
 item(tt(funcstack))(
@@ -185,5 +188,7 @@ 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 var(name)tt(:)var(lineno).
+Callers are also shown for sourced files; the caller is the point
+where the tt(source) or tt(.) command was executed.
 )
 enditem()