summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Antolín <omar.antolin@gmail.com>2020-04-22 02:15:51 -0500
committerOmar Antolín <omar.antolin@gmail.com>2020-04-22 02:15:51 -0500
commit9856eeed32173198f8ea2211332b8b27135141c8 (patch)
tree70fff57b3df60980be077d9cf46b37ed2df13611
parentff6f57c7c87d4b11a641bd530ed70ec7e3eb5f1d (diff)
Mention prefixes style in overview
-rw-r--r--README.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index 43f4838..c331f43 100644
--- a/README.org
+++ b/README.org
@@ -4,8 +4,8 @@ This package provides an =orderless= completion style that divides the
pattern into space-separated components, and matches candidates that
match all of the components in any order. Each component can match in
any one of several matching styles: literally, as a regexp, as an
-initialism or in the "flex" style. The regexp and initialism styles
-are enabled by default.
+initialism, in the flex style, or as word prefixes. The regexp and
+initialism styles are enabled by default.
Completion styles are used as entries in the variables
=completion-styles= and =completion-category-overrides=, see their