summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorOmar Antolín <omar.antolin@gmail.com>2020-04-13 16:29:46 -0500
committerOmar Antolín <omar.antolin@gmail.com>2020-04-13 16:29:46 -0500
commit0e2c985f0a7de89eb6dec2130611e24f359333d5 (patch)
tree4b4c2135ddd17194a304d0398ddfe2f1ab98e0f0 /README.org
parenta371c26c698d9c302ac1724bb679b35be589ad7b (diff)
Clean up whitespace in README
Diffstat (limited to 'README.org')
-rw-r--r--README.org14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.org b/README.org
index 30c5996..5d27b96 100644
--- a/README.org
+++ b/README.org
@@ -1,4 +1,4 @@
-* Warning
+* Warning
This package is experminental! It probably has many bugs, and reports
of them are greatly appreciated. In fact, the current purpose of this
@@ -7,13 +7,13 @@ to figure out how to do that.
* Overview
-This package provides an =orderless= completion style that divides
-the pattern into space-separated chunks, treats each on as a
-regexp, and matches canidates that match all of the regexps in any
-order.
+This package provides an =orderless= completion style that divides
+the pattern into space-separated chunks, treats each on as a
+regexp, and matches canidates that match all of the regexps in any
+order.
-Completion styles are used as entries in the variables
-=completion-styles= and =completion-category-overrides=, see their
+Completion styles are used as entries in the variables
+=completion-styles= and =completion-category-overrides=, see their
documentation.
By default the space key is bound to =minibuffer-complete-word= in