diff options
| author | Josh Leeb-du Toit <mail@joshleeb.com> | 2023-08-02 11:01:54 +1000 |
|---|---|---|
| committer | Josh Leeb-du Toit <mail@joshleeb.com> | 2023-08-02 11:01:54 +1000 |
| commit | e3100e5c584c2961272a4b1d3ba6571ae263460d (patch) | |
| tree | 02eb67b25b363726dfdde2e80b859becf796ae73 | |
| parent | e6784026717a8a6a7dcd0bf31fd3414f148c542e (diff) | |
Fix initialism regexp in README
| -rw-r--r-- | orderless.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/orderless.texi b/orderless.texi index 916334e..663431e 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 |
