about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2017-04-01 15:23:43 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2017-04-01 15:23:43 -0700
commiteaeebeb8bb80cd7e2f5c703c7da31f44a1ab3182 (patch)
tree541f72855a71c9644165b64193f12833ad62f18a
parent967ff2f5cf9270a0ef01cb3a7a8f8d941ec2bcb6 (diff)
downloadzsh-eaeebeb8bb80cd7e2f5c703c7da31f44a1ab3182.tar.gz
zsh-eaeebeb8bb80cd7e2f5c703c7da31f44a1ab3182.tar.xz
zsh-eaeebeb8bb80cd7e2f5c703c7da31f44a1ab3182.zip
unposted: minor formatting: var() instead of tt().
-rw-r--r--Doc/Zsh/builtins.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index 81c201f70..81687c7a7 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -896,9 +896,9 @@ the pattern arguments are listed.
 
 tt(function +M) removes the list of mathematical functions; with the
 additional option tt(-m) the arguments are treated as patterns and
-all functions whose tt(mathfn) matches the pattern are removed.  Note
+all functions whose var(mathfn) matches the pattern are removed.  Note
 that the shell function implementing the behaviour is not removed
-(regardless of whether its name coincides with tt(mathfn)).
+(regardless of whether its name coincides with var(mathfn)).
 
 For example, the following prints the cube of 3: