about summary refs log tree commit diff
path: root/Functions/Zle/quote-and-complete-word
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Zle/quote-and-complete-word')
-rw-r--r--Functions/Zle/quote-and-complete-word2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Zle/quote-and-complete-word b/Functions/Zle/quote-and-complete-word
index e2646dbaa..a8c0618ae 100644
--- a/Functions/Zle/quote-and-complete-word
+++ b/Functions/Zle/quote-and-complete-word
@@ -5,7 +5,7 @@
 # normal completion fails, the quotes are removed again.
 #
 # To use it:
-#   autoload -U quote-and-complete-word
+#   autoload -Uz quote-and-complete-word
 #   zle -N quote-and-complete-word
 #   bindkey '\t' quote-and-complete-word
 #