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

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

[elpa] externals/consult-recoll 370a31d1c4 09/50: MELPA review


From: ELPA Syncer
Subject: [elpa] externals/consult-recoll 370a31d1c4 09/50: MELPA review
Date: Sat, 6 Aug 2022 18:57:40 -0400 (EDT)

branch: externals/consult-recoll
commit 370a31d1c4183e681830a0e6fd4cb5ca0e42757b
Author: jao <jao@gnu.org>
Commit: jao <jao@gnu.org>

    MELPA review
---
 consult-recoll.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/consult-recoll.el b/consult-recoll.el
index e4cdc26143..53d739f741 100644
--- a/consult-recoll.el
+++ b/consult-recoll.el
@@ -27,7 +27,7 @@
 
 ;; A `consult-recoll' command to perform simple interactive queries
 ;; over your Recoll (https://www.lesbonscomptes.com/recoll/) index.
-;; See the corresponding custumization group for ways to tweak its
+;; See the corresponding customization group for ways to tweak its
 ;; behaviour to your needs.
 
 ;;; Code:
@@ -101,7 +101,7 @@ Set to nil to use the default 'title (path)' format."
   "Perform an asynchronous recoll search via `consult--read'.
 If given, use INITIAL as the starting point of the query."
   (consult--read (consult--async-command consult-recoll--command
-                   (consult--async-filter (lambda (x) (not (null x))))
+                   (consult--async-filter #'identity)
                    (consult--async-map #'consult-recoll--transformer))
                  :prompt consult-recoll-prompt
                  :require-match t



reply via email to

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