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

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

[elpa] externals/vertico 47ac03fc39 3/4: vertico-repeat: Update docstrin


From: ELPA Syncer
Subject: [elpa] externals/vertico 47ac03fc39 3/4: vertico-repeat: Update docstrings
Date: Sun, 10 Jul 2022 05:58:03 -0400 (EDT)

branch: externals/vertico
commit 47ac03fc39e1aa915167dc9c57184a47947dae39
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    vertico-repeat: Update docstrings
---
 extensions/vertico-repeat.el | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/extensions/vertico-repeat.el b/extensions/vertico-repeat.el
index c8a5c2c301..66cae6ddc2 100644
--- a/extensions/vertico-repeat.el
+++ b/extensions/vertico-repeat.el
@@ -109,7 +109,10 @@ This function must be registered as 
`minibuffer-setup-hook'."
 
 ;;;###autoload
 (defun vertico-repeat-last (&optional session)
-  "Repeat last Vertico completion SESSION."
+  "Repeat last Vertico completion SESSION.
+If called interactively from an existing Vertico session,
+`vertico-repeat-last' will restore the last input and
+last selected candidate for the current command."
   (interactive
    (list (or (if vertico-repeat--command
                  (seq-find (lambda (x) (eq (car x) vertico-repeat--command))
@@ -124,7 +127,9 @@ This function must be registered as 
`minibuffer-setup-hook'."
 
 ;;;###autoload
 (defun vertico-repeat-select ()
-  "Select a Vertico session from the session history and repeat it."
+  "Select a Vertico session from the session history and repeat it.
+If called from an existing Vertico session, you can select among
+previous sessions for the current command."
   (interactive)
   (let* ((cmd vertico-repeat--command)
          (trimmed



reply via email to

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