diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2002-05-06 14:42:07 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2002-05-06 14:42:07 +0000 |
commit | b7aa69cb7db6dfa7d80bcbd1792dc9b312104fca (patch) | |
tree | 57d8fc262c488ba5aa85521a8817b57cf1033f82 | |
parent | 5c93cbc7e922f89be23469798c3f6da9a313b00e (diff) | |
download | zsh-b7aa69cb7db6dfa7d80bcbd1792dc9b312104fca.tar.gz zsh-b7aa69cb7db6dfa7d80bcbd1792dc9b312104fca.tar.xz zsh-b7aa69cb7db6dfa7d80bcbd1792dc9b312104fca.zip |
Explain the effect of unreadable directories, etc., on the CORRECT option
-rw-r--r-- | Doc/Zsh/options.yo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index d880ebb4a..af07b7f5f 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -305,6 +305,9 @@ cindex(correction, spelling) cindex(spelling correction) item(tt(CORRECT) (tt(-0)))( Try to correct the spelling of commands. +Note that, when the tt(HASH_LIST_ALL) option is not set or when some +directories in the path are not readable, this may falsely report spelling +errors the first time some commands are used. ) pindex(CORRECT_ALL) item(tt(CORRECT_ALL) (tt(-O)))( |