about summary refs log tree commit diff
path: root/Doc/Zsh/options.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-04-06 09:06:35 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-04-06 09:06:35 +0000
commitb148a56869958ee691c57ddaf633a8a4e038b3dc (patch)
tree37ce65ca06f1bdf29affa77eed297b4d939b7ac8 /Doc/Zsh/options.yo
parent5f26203583ba19dc71a29b97a6fd35ad4da37375 (diff)
downloadzsh-b148a56869958ee691c57ddaf633a8a4e038b3dc.tar.gz
zsh-b148a56869958ee691c57ddaf633a8a4e038b3dc.tar.xz
zsh-b148a56869958ee691c57ddaf633a8a4e038b3dc.zip
26806 (doc tweaked): Add CORRECT_IGNORE variable
Diffstat (limited to 'Doc/Zsh/options.yo')
-rw-r--r--Doc/Zsh/options.yo3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo
index 6b3ba34e8..0a03c8272 100644
--- a/Doc/Zsh/options.yo
+++ b/Doc/Zsh/options.yo
@@ -1007,6 +1007,9 @@ 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.
+
+The shell variable tt(CORRECT_IGNORE) may be set to a pattern to
+match words that will never be offered as corrections.
 )
 pindex(CORRECT_ALL)
 pindex(NO_CORRECT_ALL)