Skip to content

Commit

Permalink
Merge pull request #615 from jheidbrink/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
nicoulaj authored Dec 13, 2018
2 parents 840272c + dd76d80 commit cf56525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zsh-completions-howto.org
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ topics=('e:description for e help topic' 'f:description for f help topic')
_describe 'command' subcmds -- topics
#+END_SRC

If two candidates have the same description, _describe collects them together on the same rowand ensures that descriptions are aligned in neatedly in columns.
If two candidates have the same description, _describe collects them together on the same row and ensures that descriptions are aligned in neatedly in columns.
The _describe function can be used in an ACTION as part of a specification for _alternative, _arguments or _regex_arguments.
In this case you will have to put it in braces with its arguments, e.g. 'TAG:DESCRIPTION:{_describe 'values' options}'
** Writing completion functions using _alternative
Expand Down

0 comments on commit cf56525

Please sign in to comment.