1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-28 06:49:49 +02:00

Fix typo.

This commit is contained in:
Bart Schaefer 2001-07-25 17:40:30 +00:00
parent d466332a5c
commit af2e41f845
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2001-07-25 Bart Schaefer <schaefer@zsh.org> 2001-07-25 Bart Schaefer <schaefer@zsh.org>
* 15489: Completion/Base/Utility/_describe: Fix typo.
* 15488: Doc/Zsh/expn.yo: More index entry cleanup. Reorder the * 15488: Doc/Zsh/expn.yo: More index entry cleanup. Reorder the
description section to look less as if it has two menus in info description section to look less as if it has two menus in info
and to add some cross-references. and to add some cross-references.

View File

@ -29,7 +29,7 @@ zstyle -s ":completion:${curcontext}:$_type" list-separator _sep || _sep=--
_descr="$1" _descr="$1"
shift shift
if [[ -n "$showd" ]] && if [[ -n "$_showd" ]] &&
zstyle -T ":completion:${curcontext}:$_type" list-grouped; then zstyle -T ":completion:${curcontext}:$_type" list-grouped; then
_oargv=( "$@" ) _oargv=( "$@" )
_grp=(-g) _grp=(-g)