summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2024-08-26 20:29:36 +0900
committerJun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>2024-08-26 20:29:36 +0900
commit606ef4b430a8848e89e07dbc3e3db47fc019a505 (patch)
tree8ee7369de478808364937e6c68d1c0341a2aff09
parent5977d3cdd4b241ab7afff868ed58afc00b45c424 (diff)
downloadzsh-606ef4b430a8848e89e07dbc3e3db47fc019a505.tar.gz
zsh-606ef4b430a8848e89e07dbc3e3db47fc019a505.zip
unposted: remove reference to removed sample code
the example in expn.yo was mdified by commit bb441f77a7 and does not use _wanted any more
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/compsys.yo4
2 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index eec96a494..f05f967ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-08-26 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
+
+ * unposted: Doc/Zsh/compsys.yo: remove reference to removed code
+
2024-08-15 Bart Schaefer <schaefer@zsh.org>
* unposted (see 53034): Src/lex.c, Test/A06assign.ztst: fix parsing
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index f75298a1b..77627bacc 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -5448,10 +5448,6 @@ example(local expl
_wanted tag expl 'description' \
compadd -- var(match1) var(match2)...)
-See also the use of tt(_wanted) in the example function in
-ifzman(the subsection `Dynamic named directories' in zmanref(zshexpn))\
-ifnzman(noderef(Dynamic named directories)).
-
Note that, as for tt(_requested), the var(command) must be able to
accept options to be passed down to tt(compadd).