about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Completion/Base/Utility/_describe2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b1172382f..1b6358891 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 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
 	description section to look less as if it has two menus in info
 	and to add some cross-references.
diff --git a/Completion/Base/Utility/_describe b/Completion/Base/Utility/_describe
index f97834586..25ca83486 100644
--- a/Completion/Base/Utility/_describe
+++ b/Completion/Base/Utility/_describe
@@ -29,7 +29,7 @@ zstyle -s ":completion:${curcontext}:$_type" list-separator _sep || _sep=--
 _descr="$1"
 shift
 
-if [[ -n "$showd" ]] &&
+if [[ -n "$_showd" ]] &&
    zstyle -T ":completion:${curcontext}:$_type" list-grouped; then
   _oargv=( "$@" )
   _grp=(-g)