about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Shahaf <danielsh@apache.org>2020-01-02 16:08:17 +0000
committerDaniel Shahaf <danielsh@apache.org>2020-01-02 16:08:51 +0000
commit759daf2362c80c1840abbdea48db15450d8b44d0 (patch)
treefd09b0b697b1ad5ab59790125693ce2d4abf7042
parentb591d431130a2648738a899296638245b0b93d3a (diff)
downloadzsh-759daf2362c80c1840abbdea48db15450d8b44d0.tar.gz
zsh-759daf2362c80c1840abbdea48db15450d8b44d0.tar.xz
zsh-759daf2362c80c1840abbdea48db15450d8b44d0.zip
unposted (after 45183): Fix yodl error: "contrib.yo:4457: No macro: back(...)".
-rw-r--r--ChangeLog3
-rw-r--r--Doc/Zsh/contrib.yo2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 355dd30b4..701801339 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2020-01-02  Daniel Shahaf  <danielsh@apache.org>
 
+	* unposted (after 45183): Doc/Zsh/contrib.yo: Fix yodl error:
+	"contrib.yo:4457: No macro: back(...)".
+
 	* 45181: Src/glob.c, Test/D04parameter.ztst: Fix workers/45164:
 	${(S)%%} will now consider the empty string as a potential match.
 
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index 011a75c77..6a80cd253 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -4432,7 +4432,7 @@ list of files from the command to run (`tt(ls -ld --)').
 The first `tt(-)tt(-)' would also be needed if there was a chance the
 list might be empty as in:
 
-example(zargs -r -- ./*.back(#qN) -- rm -f)
+example(zargs -r -- ./*.back+LPAR()#qN+RPAR() -- rm -f)
 
 In the event that the string `tt(-)tt(-)' is or may be an var(input), the
 tt(-e) option may be used to change the end-of-inputs marker.  Note that