emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/orderless e3100e5c58 1/2: Fix initialism regexp in READ


From: ELPA Syncer
Subject: [elpa] externals/orderless e3100e5c58 1/2: Fix initialism regexp in README
Date: Wed, 2 Aug 2023 00:58:25 -0400 (EDT)

branch: externals/orderless
commit e3100e5c584c2961272a4b1d3ba6571ae263460d
Author: Josh Leeb-du Toit <mail@joshleeb.com>
Commit: Josh Leeb-du Toit <mail@joshleeb.com>

    Fix initialism regexp in README
---
 orderless.texi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/orderless.texi b/orderless.texi
index 916334e55a..663431e654 100644
--- a/orderless.texi
+++ b/orderless.texi
@@ -57,7 +57,7 @@ Related packages
 
 * Ivy and Helm::
 * Prescient::
-* Restricting to current matches in Icicles, Ido and Ivy: Restricting to 
current matches in Icicles Ido and Ivy. 
+* Restricting to current matches in Icicles, Ido and Ivy: Restricting to 
current matches in Icicles Ido and Ivy.
 
 @end detailmenu
 @end menu
@@ -192,7 +192,7 @@ For example, @samp{re-re} matches 
@samp{query-replace-regexp}, @samp{recode-regi
 each character of the component should appear
 as the beginning of a word in the candidate, in order.
 
-This maps @samp{abc} to @samp{\<a.*\<b.*\c}.
+This maps @samp{abc} to @samp{\<a.*\<b.*\<c}.
 
 @item orderless-flex
 the characters of the component should appear in
@@ -530,7 +530,7 @@ can add this to your configuration:
 @menu
 * Ivy and Helm::
 * Prescient::
-* Restricting to current matches in Icicles, Ido and Ivy: Restricting to 
current matches in Icicles Ido and Ivy. 
+* Restricting to current matches in Icicles, Ido and Ivy: Restricting to 
current matches in Icicles Ido and Ivy.
 @end menu
 
 @node Ivy and Helm
@@ -596,4 +596,4 @@ Ivy has @samp{ivy-restrict-to-matches}, bound to 
@samp{S-SPC}, so you can get th
 effect of out of order matching without using @samp{ivy--regex-ignore-order}.
 @end itemize
 
-@bye
\ No newline at end of file
+@bye



reply via email to

[Prev in Thread] Current Thread [Next in Thread]