about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2001-08-22 15:30:33 +0000
committerBart Schaefer <barts@users.sourceforge.net>2001-08-22 15:30:33 +0000
commit80988d80275208d8843c9fefa8b49f8baf0b1ab4 (patch)
treebbbc3c0196658f297d5935f2ab3d9808bb60afce /Doc
parentffec7684a71a32ed3b13775251a2639f1e6b355b (diff)
downloadzsh-80988d80275208d8843c9fefa8b49f8baf0b1ab4.tar.gz
zsh-80988d80275208d8843c9fefa8b49f8baf0b1ab4.tar.xz
zsh-80988d80275208d8843c9fefa8b49f8baf0b1ab4.zip
Change one var() to tt().
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/expn.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 215182f71..67d611b0d 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -1754,7 +1754,7 @@ tt(n) they are sorted by name (the default); if it is tt(L) they
 are sorted depending on the size (length) of the files; if tt(l) 
 they are sorted by the number of links; if tt(a), tt(m), or tt(c)
 they are sorted by the time of the last access, modification, or
-inode change respectively; if var(d), files in subdirectories appear before
+inode change respectively; if tt(d), files in subdirectories appear before
 those in the current directory at each level of the search --- this is best
 combined with other criteria, for example `tt(odon)' to sort on names for
 files within the same directory.  Note that tt(a), tt(m), and tt(c) compare