about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2021-11-12 20:36:51 +0100
committerOliver Kiddle <opk@zsh.org>2021-11-12 20:36:51 +0100
commit9bdaf0197f074b6dff70569f60c583b18e35f755 (patch)
tree260ece0699782a8247e71276222bf11377824147
parentdfb7ac94bb4c28472d759a61ea3c2dab30cf9cd3 (diff)
downloadzsh-9bdaf0197f074b6dff70569f60c583b18e35f755.tar.gz
zsh-9bdaf0197f074b6dff70569f60c583b18e35f755.tar.xz
zsh-9bdaf0197f074b6dff70569f60c583b18e35f755.zip
49562: remove old documentation for other-files tag that was removed in 36165
-rw-r--r--ChangeLog3
-rw-r--r--Doc/Zsh/compsys.yo9
2 files changed, 4 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 65c0dfa8f..2422e4120 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2021-11-12  Oliver Kiddle  <opk@zsh.org>
 
+	* 49562: Doc/Zsh/compsys.yo: remove old documentation for
+	other-files tag that was removed in 36165
+
 	* 49561: Src/Modules/zutil.c, Doc/Zsh/mod_zutil.yo,
 	Completion/Base/Core/_description, Completion/Base/Core/_message,
 	Test/V13zformat.ztst: Add zformat -F option, similar to -f but
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 89b918d60..a8beece2d 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -979,11 +979,6 @@ kindex(other-accounts, completion tag)
 item(tt(other-accounts))(
 used to look up the tt(users-hosts) style
 )
-kindex(other-files, completion tag)
-item(tt(other-files))(
-for the names of any non-directory files.  This is used instead
-of tt(all-files) when the tt(list-dirs-first) style is in effect.
-)
 kindex(packages, completion tag)
 item(tt(packages))(
 for packages (e.g. tt(rpm) or installed tt(Debian) packages)
@@ -1978,9 +1973,7 @@ kindex(list-dirs-first, completion style)
 item(tt(list-dirs-first))(
 This is used by file completion.  If set, directories to be completed
 are listed separately from and before completion for other files,
-regardless of tag ordering.  In addition, the tag tt(other-files)
-is used in place of tt(all-files) for the remaining files, to indicate
-that no directories are presented with that tag.
+regardless of tag ordering.
 )
 kindex(list-grouped, completion style)
 item(tt(list-grouped))(