about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-16 16:19:44 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-16 16:19:44 +0000
commit54663ccea9d39e2d6673b48c961934fb750cc48c (patch)
treeb34914e702ecfcd518d0e7a8323869c728ca93a5
parentb29dec62dbd2d2b45a9a01a9ce3754298c749b5b (diff)
downloadzsh-54663ccea9d39e2d6673b48c961934fb750cc48c.tar.gz
zsh-54663ccea9d39e2d6673b48c961934fb750cc48c.tar.xz
zsh-54663ccea9d39e2d6673b48c961934fb750cc48c.zip
zsh-workers/7866
-rw-r--r--Completion/User/_mutt2
-rw-r--r--Doc/Zsh/compsys.yo5
2 files changed, 5 insertions, 2 deletions
diff --git a/Completion/User/_mutt b/Completion/User/_mutt
index 9155df832..1339c32b0 100644
--- a/Completion/User/_mutt
+++ b/Completion/User/_mutt
@@ -10,7 +10,7 @@ local state line muttrc="~/.muttrc" ret=1
  '-e:post-init configuration:' \
  '-f+:mailbox:_mailboxes' \
  '-F+:init file:_files' \
- '-h+:help' \
+ '-h+:help:' \
  '-H+:draft file:_files' \
  '-i:include file:_files' \
  '-m+:default mailbox type:(mbox MMDF MH Maildir)' \
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index da34451b3..9b86781f4 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -839,7 +839,10 @@ in an expansion like `tt($expl[@])').
 
 In places where no sensible matches can be generated, the action
 should consist of only a space. This will make the var(message) be
-displayed but no possible completions listed.
+displayed but no possible completions listed. Note that even in this
+case the colon at the end of the var(message) is needed. The only case 
+where it can be left is when neither a var(message), nor a var(action) 
+is given.
 
 To include a colon in the var(message) or the var(action), it has to
 be preceded by a backslash.