Fixing typos
This commit is contained in:
parent
0d8dfd4c3e
commit
d8aa5f2291
|
@ -6184,7 +6184,7 @@ commands}.
|
||||||
A search string can use Boolean operators @samp{&} for AND and @samp{|} for
|
A search string can use Boolean operators @samp{&} for AND and @samp{|} for
|
||||||
OR. @samp{&} binds more strongly than @samp{|}. Parenthesis are currently
|
OR. @samp{&} binds more strongly than @samp{|}. Parenthesis are currently
|
||||||
not implemented. Each element in the search is either a tag, a regular
|
not implemented. Each element in the search is either a tag, a regular
|
||||||
rexpression matching tags, or an expression like @code{PROPERTY OPERATOR
|
expression matching tags, or an expression like @code{PROPERTY OPERATOR
|
||||||
VALUE} with a comparison operator, accessing a property value. Each element
|
VALUE} with a comparison operator, accessing a property value. Each element
|
||||||
may be preceded by @samp{-}, to select against it, and @samp{+} is syntactic
|
may be preceded by @samp{-}, to select against it, and @samp{+} is syntactic
|
||||||
sugar for positive selection. The AND operator @samp{&} is optional when
|
sugar for positive selection. The AND operator @samp{&} is optional when
|
||||||
|
@ -6230,7 +6230,7 @@ keyword @samp{WAITING}.
|
||||||
Waiting tasks both at work and at home.
|
Waiting tasks both at work and at home.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
When matching properties, a number of different operaors can be used to test
|
When matching properties, a number of different operators can be used to test
|
||||||
the value of a property. Here is a complex example:
|
the value of a property. Here is a complex example:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
|
|
Loading…
Reference in New Issue