[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/orderless 6fec4f0a52 129/204: Remove a duplicated docum
From: |
ELPA Syncer |
Subject: |
[elpa] externals/orderless 6fec4f0a52 129/204: Remove a duplicated documentation entry |
Date: |
Tue, 11 Jan 2022 12:58:23 -0500 (EST) |
branch: externals/orderless
commit 6fec4f0a52ce7eb22c05b1e13365c5224aa43458
Author: Wojciech Siewierski <wojciech@siewierski.eu>
Commit: Wojciech Siewierski <wojciech@siewierski.eu>
Remove a duplicated documentation entry
orderless-prefixes is already documented higher up, with exactly the
same description.
---
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.
- [elpa] externals/orderless bf91e1d8a2 095/204: Name sections of code, (continued)
- [elpa] externals/orderless bf91e1d8a2 095/204: Name sections of code, ELPA Syncer, 2022/01/11
- [elpa] externals/orderless 6c05cf8e00 096/204: Add global dispatcher to compute default matching styles, ELPA Syncer, 2022/01/11
- [elpa] externals/orderless 12ea1f2947 110/204: Make transients buffer local, ELPA Syncer, 2022/01/11
- [elpa] externals/orderless d42e41c8cb 111/204: Allow separator inside double quotes, ELPA Syncer, 2022/01/11
- [elpa] externals/orderless 21e9f87579 116/204: Typo: escapeable --> escapable, ELPA Syncer, 2022/01/11
- [elpa] externals/orderless 2f2c757a33 117/204: Correct error about orderless-transient-style-dispatchers in README, ELPA Syncer, 2022/01/11
- [elpa] externals/orderless 1f985d0e07 119/204: Remove obsolete temporary separator change command and variables, ELPA Syncer, 2022/01/11
- [elpa] externals/orderless c6432b086f 121/204: Bump version number for new smart case feature, ELPA Syncer, 2022/01/11
- [elpa] externals/orderless 351d2fbb7d 123/204: Fix typo, ELPA Syncer, 2022/01/11
- [elpa] externals/orderless e316991cfe 127/204: Add negative literals (fix #26), ELPA Syncer, 2022/01/11
- [elpa] externals/orderless 6fec4f0a52 129/204: Remove a duplicated documentation entry,
ELPA Syncer <=
- [elpa] externals/orderless 3bcfb3f806 131/204: Generate texinfo manual from readme, ELPA Syncer, 2022/01/11
- [elpa] externals/orderless 487e51ea66 132/204: Merge branch 'master' of https://github.com/oantolin/orderless, ELPA Syncer, 2022/01/11
- [elpa] externals/orderless a22d894d39 142/204: Revert "Update documentation" for #31, ELPA Syncer, 2022/01/11
- [elpa] externals/orderless ea752ba6e3 143/204: Revert "Add matching style and dispatcher per category overrides (fix #31)", ELPA Syncer, 2022/01/11
- [elpa] externals/orderless 8e28b74aab 147/204: Update information about Selectrum, ELPA Syncer, 2022/01/11
- [elpa] externals/orderless ee5e8bda25 149/204: Remove unnecessary :group in defcustom, ELPA Syncer, 2022/01/11
- [elpa] externals/orderless 237ee002ac 158/204: Make orderless-regexp match invalid regexps literally, ELPA Syncer, 2022/01/11
- [elpa] externals/orderless 9b70ac8df2 161/204: orderless-filter: Remove unnecessary condition-case, ELPA Syncer, 2022/01/11
- [elpa] externals/orderless f6394f19f3 163/204: orderless-default-pattern-compiler: Ignore nil components, ELPA Syncer, 2022/01/11
- [elpa] externals/orderless 3440b5aa33 162/204: orderless-regexp: Return "null matcher" if regexp is invalid, ELPA Syncer, 2022/01/11