about summary refs log tree commit diff
path: root/Completion/Base/_first
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-11-17 09:57:16 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-11-17 09:57:16 +0000
commit881d24cd48b4c659760961991e0f029900c54a8e (patch)
treef6d30fc7892055adae9e3dd4cce19baee7b750fc /Completion/Base/_first
parent3a84a91e2bb455546a0e01cfe6b6b68ca70b1efb (diff)
downloadzsh-881d24cd48b4c659760961991e0f029900c54a8e.tar.gz
zsh-881d24cd48b4c659760961991e0f029900c54a8e.tar.xz
zsh-881d24cd48b4c659760961991e0f029900c54a8e.zip
manual/8654
Diffstat (limited to 'Completion/Base/_first')
-rw-r--r--Completion/Base/_first2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Base/_first b/Completion/Base/_first
index 7c070d743..0e281d061 100644
--- a/Completion/Base/_first
+++ b/Completion/Base/_first
@@ -50,7 +50,7 @@
 #       # We first search in the last ten words, then in the last
 #       # twenty words, and so on...
 #       while [[ i -le max ]]; do
-#         if _style history-entries sort; then
+#         if _style history-words sort; then
 #           _description expl "history ($n)"
 #         else
 #           _description -V expl "history ($n)"