summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorOmar Antolín <omar.antolin@gmail.com>2020-04-23 11:44:48 -0500
committerOmar Antolín <omar.antolin@gmail.com>2020-04-23 11:44:48 -0500
commitae466bc4f4d90e5343f17faf1d3fba4db9ea9145 (patch)
treecf5c0b165990edaf4698e46144e5a5b9f3c7b35c /README.org
parent42eb6bfc6ecf21028a2f67c5a8436368d8364457 (diff)
Rename orderless-regexp-separator to orderless-component-separator
Diffstat (limited to 'README.org')
-rw-r--r--README.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.org b/README.org
index 519595e..db0a1f9 100644
--- a/README.org
+++ b/README.org
@@ -85,7 +85,7 @@ and initialism styles.
** Component separator regexp
The pattern components are space-separated by default: this is
-controlled by the variable =orderless-regexp-separator=, which should be
+controlled by the variable =orderless-component-separator=, which should be
set to a regexp that matches the desired component separator. The
default value matches a sequence of spaces. It may be useful to add
hyphens or slashes (or both), to match symbols or file paths,
@@ -93,7 +93,7 @@ respectively.
If you are implementing a command for which you know you want a
different separator for the components, bind
-=orderless-regexp-separator= in a =let= form.
+=orderless-component-separator= in a =let= form.
The package also provides a command
=orderless-temporarily-change-separator= to change it for the rest of