emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/consult 37096d4: README: Fix typos


From: ELPA Syncer
Subject: [elpa] externals/consult 37096d4: README: Fix typos
Date: Sun, 21 Nov 2021 06:57:11 -0500 (EST)

branch: externals/consult
commit 37096d4bc4031a6a3d020ae225b6c675fa5ec0b7
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@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

[Prev in Thread] Current Thread [Next in Thread]