Skip to content

Commit

Permalink
Merge pull request #143 from joshleeb/readme-initialism-regexp_fix
Browse files Browse the repository at this point in the history
Fix initialism regexp in README
  • Loading branch information
oantolin committed Aug 2, 2023
2 parents e678402 + e3100e5 commit 6936fe4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions orderless.texi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
@bye

0 comments on commit 6936fe4

Please sign in to comment.