diff options
| author | Omar Antolín <omar.antolin@gmail.com> | 2020-04-23 11:44:48 -0500 |
|---|---|---|
| committer | Omar Antolín <omar.antolin@gmail.com> | 2020-04-23 11:44:48 -0500 |
| commit | ae466bc4f4d90e5343f17faf1d3fba4db9ea9145 (patch) | |
| tree | cf5c0b165990edaf4698e46144e5a5b9f3c7b35c /README.org | |
| parent | 42eb6bfc6ecf21028a2f67c5a8436368d8364457 (diff) | |
Rename orderless-regexp-separator to orderless-component-separator
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
