summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2022-01-20 18:20:37 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2022-01-20 18:20:37 +0100
commitc4a2ce330f01144480af7ad7549702aa760447a3 (patch)
tree8d044039df125b9564f5e71478d88e7305cf7629
parentd480b27465bf238cb596462f5d30bf32f74496dc (diff)
READM: Minor updates
-rw-r--r--README.org16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.org b/README.org
index 5fb5a0a..fdc9ccc 100644
--- a/README.org
+++ b/README.org
@@ -12,20 +12,20 @@
* Introduction
- Corfu enhances the default completion in region function with a completion
- overlay. The current candidates are shown in a popup below or above the point.
- Corfu is the minimalistic ~completion-in-region~ counterpart of the [[https://github.com/minad/vertico][Vertico]]
- minibuffer UI.
+ Corfu enhances completion at point with a small completion popup. The current
+ candidates are shown in a popup below or above the point. Corfu is the
+ minimalistic ~completion-in-region~ counterpart of the [[https://github.com/minad/vertico][Vertico]] minibuffer UI.
- Corfu is a minimal package, which relies on the Emacs completion facilities
- and concentrates on providing a polished completion UI. Completions are either
+ Corfu is a small package, which relies on the Emacs completion facilities and
+ concentrates on providing a polished completion UI. Completions are either
provided by commands like ~dabbrev-completion~ or by pluggable backends
(~completion-at-point-functions~, Capfs). Most programming language major modes
implement a Capf. Furthermore the language server packages, [[https://github.com/joaotavora/eglot][Eglot]] and
[[https://github.com/emacs-lsp/lsp-mode][Lsp-mode]], use Capfs which talk to the LSP server to retrieve the completions.
Corfu does not include its own completion backends. The Emacs built-in Capfs
- and the Capfs provided by other packages are usually sufficient, but a few
- additional Capfs and completion functions are provided by the [[https://github.com/minad/cape][Cape]] package.
+ and the Capfs provided by other programming language packages are usually
+ sufficient. A few additional Capfs and completion utilities are provided by
+ the [[https://github.com/minad/cape][Cape]] package.
*NOTE*: Corfu uses child frames to show the popup. For now Corfu falls back to
the default setting of the ~completion-in-region-function~ on non-graphical