about summary refs log tree commit diff
path: root/Completion/Core/_list
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Core/_list')
-rw-r--r--Completion/Core/_list2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Core/_list b/Completion/Core/_list
index 0d5651c23..28a5161d1 100644
--- a/Completion/Core/_list
+++ b/Completion/Core/_list
@@ -14,7 +14,7 @@
 #    will be done if the expression evaluates to `1'.
 #    For example, with
 #
-#      compconf list_condition='NUMERIC != 1'
+#      compconf list_condition='${NUMERIC:-1} != 1'
 #
 #    delaying will be done only if given an explicit numeric argument
 #    other than `1'.