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

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

[elpa] externals/corfu 21d20da80d: Fix unbalanced parentheses in the REA


From: ELPA Syncer
Subject: [elpa] externals/corfu 21d20da80d: Fix unbalanced parentheses in the README (#458)
Date: Tue, 14 May 2024 09:57:46 -0400 (EDT)

branch: externals/corfu
commit 21d20da80d203e04ea8dfa994f87c3b3ea9e5cd5
Author: Cássio Ávila <cassioavila@protonmail.com>
Commit: GitHub <noreply@github.com>

    Fix unbalanced parentheses in the README (#458)
---
 README.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.org b/README.org
index c8aa39a3bd..d5860368ac 100644
--- a/README.org
+++ b/README.org
@@ -244,7 +244,7 @@ source code for further details.
 #+begin_src emacs-lisp
 (defun orderless-fast-dispatch (word index total)
   (and (= index 0) (= total 1) (length< word 4)
-       (cons 'orderless-literal-prefix word))))
+       (cons 'orderless-literal-prefix word)))
 
 (orderless-define-completion-style orderless-fast
   (orderless-style-dispatchers '(orderless-fast-dispatch))



reply via email to

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