branch: externals/orderless
commit 0826fd4eb42417b6c12609cf9c4122d359e13c2f
Merge: f49a0faceb 6fec4f0a52
Author: Omar AntolĂ­n Camarena <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #27 from vifon/master
    
    Remove a duplicate documentation entry
---
 README.org | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/README.org b/README.org
index e0f5ab7b17..fe15dddd94 100644
--- a/README.org
+++ b/README.org
@@ -144,14 +144,6 @@ define new matching styles. The predefined ones are:
 
   This maps =abc= to =a.*b.*c=.
 
-- orderless-prefixes :: the component is split at word endings and
-  each piece must match at a word boundary in the candidate, occurring
-  in that order.
-
-  This is similar to the built-in =partial-completion= completion-style.
-  For example, =re-re= matches =query-replace-regexp=, =recode-region= and
-  =magit-remote-list-refs=; =f-d.t= matches =final-draft.txt=.
-  
 The variable =orderless-matching-styles= can be set to a list of the
 desired matching styles to use. By default it enables the regexp and
 initialism styles.

Reply via email to