aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicoulaj <julien.nicoulaud@gmail.com>2018-12-13 18:23:04 +0100
committerGitHub <noreply@github.com>2018-12-13 18:23:04 +0100
commitcf565254e26bb7ce03f51889e9a29953b955b1fb (patch)
treeac0f78cf53e3cfc785ffda3b3402276d8e6f63f0
parentMerge pull request #613 from segevfiner/patch-1 (diff)
parentFix typo (diff)
downloadzsh-completions-0.30.0.tar
zsh-completions-0.30.0.tar.gz
zsh-completions-0.30.0.tar.bz2
zsh-completions-0.30.0.tar.lz
zsh-completions-0.30.0.tar.xz
zsh-completions-0.30.0.tar.zst
zsh-completions-0.30.0.zip
Merge pull request #615 from jheidbrink/master0.30.0
Fix typo
-rw-r--r--zsh-completions-howto.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh-completions-howto.org b/zsh-completions-howto.org
index b996e44..c71852d 100644
--- a/zsh-completions-howto.org
+++ b/zsh-completions-howto.org
@@ -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