branch: externals/consult commit 8a6952f3c776e68abd051ccaf633dcacdc48707e Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
README: Fix formatting issue --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index adda1ac..362183b 100644 --- a/README.org +++ b/README.org @@ -508,9 +508,9 @@ their descriptions. The default splitting style is configured with the variable ~consult-async-split-style~. - For the =space=/=comma=/=semicolon= splitting styles, the first word before the - space/comma/semicolon is passed to grep, the remaining string is used for - filtering. + For the =space=, =comma= and =semicolon= splitting styles, the first word + before the space/comma/semicolon is passed to grep, the remaining string is + used for filtering. For the =perl= splitting style, the input string is split at a punctuation character, using a similar syntax as Perl regular expressions.