summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-09-21 18:25:49 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2023-09-21 18:25:49 +0200
commit3e5faa4c632a7dc38fc0225e54d7b6c229d56fcc (patch)
tree016e5440a87d0b6688b82b92eb16dae2aa52b14a /README.org
parentcc244c54b392ce4d27ed166730efde4f4d01a07f (diff)
README: Correct description of corfu-quit-at-boundary (Fix #370)
Diffstat (limited to 'README.org')
-rw-r--r--README.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.org b/README.org
index 4753926..0b9cea2 100644
--- a/README.org
+++ b/README.org
@@ -347,9 +347,9 @@ and arbitrary orderless search terms and new separators can be entered
thereafter.
To treat the entire input as Orderless input, you can set the customization
-option ~corfu-quit-at-boundary~ to t. This disables the predicate which checks if
-the current completion boundary has been left. In contrast, if you always want
-to quit at the boundary, set ~corfu-quit-at-boundary~ to ~nil~. By default
+option ~corfu-quit-at-boundary~ to nil. This disables the predicate which checks
+if the current completion boundary has been left. In contrast, if you always
+want to quit at the boundary, set ~corfu-quit-at-boundary~ to t. By default
~corfu-quit-at-boundary~ is set to ~separator~ which quits at completion boundaries
as long as no separator has been inserted with ~corfu-insert-separator~.