diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2014-04-06 09:57:20 -0700 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2014-04-06 09:57:20 -0700 |
commit | 21d01000bee06c38dad3201f9609445d10b5de57 (patch) | |
tree | ce78de8d9bb49a351cfbfb61fddbd9e84b7c6d5e /Doc/Zsh/options.yo | |
parent | f61037a0b04616f40f5c849a5f590232f3cff235 (diff) | |
download | zsh-21d01000bee06c38dad3201f9609445d10b5de57.tar.gz zsh-21d01000bee06c38dad3201f9609445d10b5de57.tar.xz zsh-21d01000bee06c38dad3201f9609445d10b5de57.zip |
unposted: fix typo
Diffstat (limited to 'Doc/Zsh/options.yo')
-rw-r--r-- | Doc/Zsh/options.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 7cfbdef23..fbcf28ccb 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -1174,7 +1174,7 @@ pindex(NOHASHEXECUTABLESONLY) cindex(hashing, of executables) cindex(executables, hashing) item(tt(HASH_EXECUTABLES_ONLY))( -When hashing commands because of tt(HASH_COMMANDS), check that the +When hashing commands because of tt(HASH_CMDS), check that the file to be hashed is actually an executable. This option is unset by default as if the path contains a large number of commands, or consists of many remote files, the additional tests can take |