about summary refs log tree commit diff
path: root/Completion/Zsh
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Zsh')
-rw-r--r--Completion/Zsh/Command/_zstyle6
1 files changed, 3 insertions, 3 deletions
diff --git a/Completion/Zsh/Command/_zstyle b/Completion/Zsh/Command/_zstyle
index db4d6604b..bab202ca0 100644
--- a/Completion/Zsh/Command/_zstyle
+++ b/Completion/Zsh/Command/_zstyle
@@ -80,7 +80,7 @@ styles=(
   matcher		 c:
   matcher-list		 c:
   max-errors		 c:
-  max-match-length       c:max-match-length
+  max-matches-width      c:max-matches-width
   menu			 c:boolauto
   muttrc                 c:_files
   numbers		 c:bool
@@ -383,8 +383,8 @@ while (( $#state )); do
       _message -e separators 'separator string'
       ;;
 
-    max-match-length)
-      _message -e numbers 'maximum display length for matches'
+    max-matches-width)
+      _message -e numbers 'maximum display width for matches'
       ;;
 
     urgh)