summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/compsys.yo2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f212a535..031dbf7ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2026-02-04 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
+
+ * unposted: Doc/Zsh/compsys.yo: fix a format error introduced
+ by worker/53821
+
2025-12-21 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
* 53959+54149: Src/glob.c, Test/D02glob.ztst: when redirecting
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 7eb6e80e9..d9bf368d0 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -2078,7 +2078,7 @@ kindex(matcher-list, completion style)
item(tt(matcher-list))(
This style can be set to a list of match specifications that are to
be applied everywhere. Match specifications are described in
-sectref(Completion Matching Control)(zshcompwid)).
+sectref(Completion Matching Control)(zshcompwid).
The completion system will try them one after another for each completer
selected. For example, to try first simple completion and, if that
generates no matches, case-insensitive completion: