branch: externals/consult
commit 37096d4bc4031a6a3d020ae225b6c675fa5ec0b7
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    README: Fix typos
---
 README.org | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index a55757b..68c14a9 100644
--- a/README.org
+++ b/README.org
@@ -427,8 +427,8 @@ their descriptions.
  You can configure each command individually with its own =:preview-key=. The
  following settings are possible:
 
- - Automatic and immediate =any=
- - Automatic and delayed =(:debounce 0.5 any)=
+ - Automatic and immediate ='any=
+ - Automatic and delayed =(list :debounce 0.5 'any)=
  - Manual and immediate =(kbd "M-.")=
  - Manual and delayed =(list :debounce 0.5 (kbd "M-."))=
  - Disabled =nil=
@@ -465,7 +465,7 @@ their descriptions.
                       :preview-key
                       (list (kbd "M-.")
                             :debounce 0.5 (kbd "<up>") (kbd "<down>")
-                            :debounce 1 any))
+                            :debounce 1 'any))
  #+end_src
 
 ** Narrowing and grouping

Reply via email to