about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@ipost.com>2022-03-29 13:18:49 -0700
committerBart Schaefer <schaefer@ipost.com>2022-03-29 13:18:49 -0700
commit53d6b47d92bccb3e34ebad1becf84b097a3bc525 (patch)
tree03dae62b9a20cacfe15a308913b7e923c3544a9e /Doc
parentbf3ae15f469508b014df8cbade3ecc9b1f718c9b (diff)
downloadzsh-53d6b47d92bccb3e34ebad1becf84b097a3bc525.tar.gz
zsh-53d6b47d92bccb3e34ebad1becf84b097a3bc525.tar.xz
zsh-53d6b47d92bccb3e34ebad1becf84b097a3bc525.zip
49917: change sense of "Ignore insecure ..." answer and use "autoload -r"
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index f85293ac7..b968f20dc 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -190,7 +190,7 @@ tt(compinit) will ask if the completion system should really be used.  To
 avoid these tests and make all files found be used without asking, use the
 option tt(-u), and to make tt(compinit) silently ignore all insecure files
 and directories use the option tt(-i).  This security check is skipped
-entirely when the tt(-C) option is given.
+entirely when the tt(-C) option is given, provided the dumpfile exists.
 
 findex(compaudit)
 The security check can be retried at any time by running the function