[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/vertico d73f49f395: README: Fix typos
From: |
ELPA Syncer |
Subject: |
[elpa] externals/vertico d73f49f395: README: Fix typos |
Date: |
Sat, 12 Nov 2022 13:58:25 -0500 (EST) |
branch: externals/vertico
commit d73f49f395d79e2288183f807d41a8fb96ab2bec
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
README: Fix typos
---
README.org | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/README.org b/README.org
index d1cd87a0f7..a4c5a41fbc 100644
--- a/README.org
+++ b/README.org
@@ -12,14 +12,14 @@
#+html: <img
src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Vertigomovie_restoration.jpg/800px-Vertigomovie_restoration.jpg"
align="right" width="30%">
Vertico provides a performant and minimalistic vertical completion UI based on
-the default completion system. The main focus of Vertico is to provide a UI
-which behaves /correctly/ under all circumstances. By reusing the built-in
-facilities system, Vertico achieves /full compatibility/ with built-in Emacs
-completion commands and completion tables. Vertico only provides the completion
-UI but aims to be highly flexible, extensible and modular. Additional
-enhancements are available as [[#extensions][extensions]] or
[[#complementary-packages][complementary packages]]. The code
-base is small and maintainable. The main ~vertico.el~ package is only about 600
-lines of code without white space and comments.
+the default completion system. The focus of Vertico is to provide a UI which
+behaves /correctly/ under all circumstances. By reusing the built-in facilities
+system, Vertico achieves /full compatibility/ with built-in Emacs completion
+commands and completion tables. Vertico only provides the completion UI but
aims
+to be highly flexible, extendable and modular. Additional enhancements are
+available as [[#extensions][extensions]] or
[[#complementary-packages][complementary packages]]. The code base is small and
+maintainable. The main ~vertico.el~ package is only about 600 lines of code
+without white space and comments.
#+toc: headlines 8
@@ -279,7 +279,7 @@ candidates. This verbose display mode is useful for
commands like ~consult-imenu
or ~consult-outline~ since the buffer display allows you to get a better
overview
over the entire current buffer. But for other commands you want to keep using
the default Vertico display. ~vertico-multiform-mode~ solves this configuration
-problem!
+problem.
#+begin_src emacs-lisp
;; Enable vertico-multiform
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/vertico d73f49f395: README: Fix typos,
ELPA Syncer <=