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

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

[elpa] externals/consult ca07137fc9: Shorten docstring lines


From: ELPA Syncer
Subject: [elpa] externals/consult ca07137fc9: Shorten docstring lines
Date: Sun, 29 May 2022 04:57:21 -0400 (EDT)

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

    Shorten docstring lines
---
 consult.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/consult.el b/consult.el
index 80f7570f9c..fd0ea6175c 100644
--- a/consult.el
+++ b/consult.el
@@ -1463,14 +1463,14 @@ selected candidate. The candidate argument can be nil 
if no candidate is
 selected or if the selection was aborted. The function is called in
 sequence with the following arguments:
 
-  1. \\='setup nil         After entering the minibuffer 
(minibuffer-setup-hook).
+  1. \\='setup nil         After entering the mb (minibuffer-setup-hook).
 ⎧ 2. \\='preview CAND/nil  Preview candidate CAND or reset if CAND is nil.
 ⎪    \\='preview CAND/nil
 ⎪    \\='preview CAND/nil
 ⎪    ...
 ⎩ 3. \\='preview nil       Reset preview.
-  4. \\='exit nil          Before exiting the minibuffer 
(minibuffer-exit-hook).
-  5. \\='return CAND/nil   After leaving the minibuffer, CAND has been 
selected.
+  4. \\='exit nil          Before exiting the mb (minibuffer-exit-hook).
+  5. \\='return CAND/nil   After leaving the mb, CAND has been selected.
 
 The state function is always executed with the original window selected,
 see `minibuffer-selected-window'. The state function is called once in



reply via email to

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