about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2020-01-14 14:00:03 +0000
committerPeter Stephenson <p.stephenson@samsung.com>2020-01-14 14:00:03 +0000
commit8406a0d38ee02ecea66febc318d221f1bc31d333 (patch)
tree09b2aca1f42f0ff6234195fb7f373cff12e78df9
parent62a1e37cccb858587d9c7a5861e9fc22c1b541cd (diff)
downloadzsh-8406a0d38ee02ecea66febc318d221f1bc31d333.tar.gz
zsh-8406a0d38ee02ecea66febc318d221f1bc31d333.tar.xz
zsh-8406a0d38ee02ecea66febc318d221f1bc31d333.zip
users/24659: Cross-ref doc for matchers.
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/compsys.yo6
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3c841c589..413fd38d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-01-14  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* users/24659: Doc/Zsh/compsys.yo: Cross-reference use of
+	matcher and matcher-list with tag-order.
+
 2020-01-13  dana  <dana@dana.is>
 
 	* 45296: Test/D02glob.ztst: Clean up after test from users/24633
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index ce3e6ea1e..c2d20ca40 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -2060,6 +2060,9 @@ specification.  The value should be in the form described in
 ifzman(the section `Completion Matching Control' in zmanref(zshcompwid))\
 ifnzman(noderef(Completion Matching Control))\
 .  For examples of this, see the description of the tt(tag-order) style.
+
+For notes comparing the use of this and the tt(matcher-list) style, see
+under the description of the tt(tag-order) style.
 )
 kindex(matcher-list, completion style)
 item(tt(matcher-list))(
@@ -2124,6 +2127,9 @@ If there is no current matcher or it is empty, and the option
 tt(NO_CASE_GLOB) is in effect, the matching for files is performed
 case-insensitively in any case.  However, any matcher must
 explicitly specify case-insensitive matching if that is required.
+
+For notes comparing the use of this and the tt(matcher) style, see
+under the description of the tt(tag-order) style.
 )
 kindex(max-errors, completion style)
 item(tt(max-errors))(