[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/consult c07d9680fb: consult-async-min-input: Update doc
From: |
ELPA Syncer |
Subject: |
[elpa] externals/consult c07d9680fb: consult-async-min-input: Update docstring (Fix #1149) |
Date: |
Wed, 4 Dec 2024 18:57:35 -0500 (EST) |
branch: externals/consult
commit c07d9680fbc1c9c30659629e97c43b9664e5fdcb
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>
consult-async-min-input: Update docstring (Fix #1149)
---
consult.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/consult.el b/consult.el
index 8cf51f645a..3f1a299079 100644
--- a/consult.el
+++ b/consult.el
@@ -122,7 +122,8 @@ asynchronous commands, e.g., `consult-grep'."
(defcustom consult-async-min-input 3
"Minimum number of characters needed, before asynchronous process is called.
-This applies to asynchronous commands, e.g., `consult-grep'."
+This applies to asynchronous commands, e.g., `consult-grep'. Note that
+the smallest supported value is 1."
:type '(natnum :tag "Number of characters"))
(defcustom consult-async-split-style 'perl
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/consult c07d9680fb: consult-async-min-input: Update docstring (Fix #1149),
ELPA Syncer <=