summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.org b/README.org
index dc9bbd1..49a08cc 100644
--- a/README.org
+++ b/README.org
@@ -191,8 +191,9 @@ Style modifiers should not be used directly in
- ! modifies the component with =orderless-not=. Both =!bad= and
=bad!= will match strings that do /not/ contain the pattern =bad=.
- - @ modifies the component with =orderless-annotation=. The pattern
- will match against the candidate's annotation.
+ - & modifies the component with =orderless-annotation=. The pattern
+ will match against the candidate's annotation (cheesy mnemonic:
+ andnotation!).
- , uses =orderless-initialism=.
- = uses =orderless-literal=.
- ^ uses =orderless-literal-prefix=.