...
This commit is contained in:
parent
f2df629634
commit
2b58316c64
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ def __call__(self, key: str, opt_name: Optional[str] = None, missing: Any = None
|
|||
:italic:`query` is the expression to match. Expressions can be either a number or a regular expression, and can be
|
||||
:ref:`combined using Boolean operators <search_syntax>`.
|
||||
|
||||
The special value :code:`all` matches all windows.
|
||||
The special value :code:`all` matches all tabs.
|
||||
|
||||
For numeric fields: :code:`id`, :code:`index`, :code:`window_id`, :code:`pid` and :code:`recent`, the
|
||||
expression is interpreted as a number, not a regular expression.
|
||||
|
|
|
|||
Loading…
Reference in a new issue