unposted: fix a format error introduced by commit 33aafec

This commit is contained in:
Jun-ichi Takimoto
2026-02-04 20:48:05 +09:00
parent 3e72a52e27
commit 77045ef899
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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: