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

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

[elpa] externals/consult 38ddf8489d 1/2: Fix typos


From: ELPA Syncer
Subject: [elpa] externals/consult 38ddf8489d 1/2: Fix typos
Date: Sat, 25 Mar 2023 12:57:37 -0400 (EDT)

branch: externals/consult
commit 38ddf8489dc0ed70038fa40ddba16bed7a293c4b
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Fix typos
---
 consult.el | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/consult.el b/consult.el
index 0d84d60cd5..e0bb7bebfc 100644
--- a/consult.el
+++ b/consult.el
@@ -84,17 +84,18 @@ The key must be a string accepted by `key-valid-p'."
 (defcustom consult-project-function
   #'consult--default-project-function
   "Function which returns project root directory.
-The function takes one boolargument MAY-PROMPT.  If MAY-PROMPT is non-nil,
-the function may ask the prompt the user for a project directory.
-The root directory is used by `consult-buffer' and `consult-grep'."
+The function takes one boolean argument MAY-PROMPT.  If
+MAY-PROMPT is non-nil, the function may ask the prompt the user
+for a project directory.  The root directory is used by
+`consult-buffer' and `consult-grep'."
   :type '(choice function (const nil)))
 
 (defcustom consult-async-refresh-delay 0.2
-  "Refreshing delay of the completion ui for asynchronous commands.
+  "Refreshing delay of the completion UI for asynchronous commands.
 
-The completion ui is only updated every `consult-async-refresh-delay'
-seconds.  This applies to asynchronous commands like for example
-`consult-grep'."
+The completion UI is only updated every
+`consult-async-refresh-delay' seconds.  This applies to
+asynchronous commands like for example `consult-grep'."
   :type 'float)
 
 (defcustom consult-async-input-throttle 0.4



reply via email to

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