about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2012-03-01 03:34:15 +0000
committerBart Schaefer <barts@users.sourceforge.net>2012-03-01 03:34:15 +0000
commitb227ff16da89d48f9e50347ceb4839fc9a36c7dd (patch)
tree7d948cdc48c94a2951eafeb6c86454740c2eda5f /Doc
parent8c37e6f077b3e0ad19ade309739f17d4b534572c (diff)
downloadzsh-b227ff16da89d48f9e50347ceb4839fc9a36c7dd.tar.gz
zsh-b227ff16da89d48f9e50347ceb4839fc9a36c7dd.tar.xz
zsh-b227ff16da89d48f9e50347ceb4839fc9a36c7dd.zip
unposted (users/16715): document HASH_LIST_ALL effects on correction.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/options.yo5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index dd237c0ef..3114ecc05 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -313,8 +313,9 @@ pindex(NO_HASH_LIST_ALL)
 pindex(HASHLISTALL)
 pindex(NOHASHLISTALL)
 item(tt(HASH_LIST_ALL) <D>)(
-Whenever a command completion is attempted, make sure the entire
-command path is hashed first.  This makes the first completion slower.
+Whenever a command completion or spelling correction is attempted, make
+sure the entire command path is hashed first.  This makes the first
+completion slower but avoids false reports of spelling errors.
 )
 pindex(LIST_AMBIGUOUS)
 pindex(NO_LIST_AMBIGUOUS)