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

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

[elpa] externals/vertico e5af1a3600 4/4: vertico-repeat: Update commenta


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

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

    vertico-repeat: Update commentary
---
 extensions/vertico-repeat.el | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/extensions/vertico-repeat.el b/extensions/vertico-repeat.el
index 66cae6ddc2..3f0c6ecaa6 100644
--- a/extensions/vertico-repeat.el
+++ b/extensions/vertico-repeat.el
@@ -28,11 +28,13 @@
 
 ;; This package is a Vertico extension, which enables repetition of
 ;; Vertico sessions via the `vertico-repeat', `vertico-repeat-last' and
-;; `vertico-repeat-select' commands. It is necessary to register a
-;; minibuffer setup hook, which saves the Vertico state for repetition.
-;; In order to save the history across Emacs sessions, enable
-;; `savehist-mode' and add `vertico-repeat-history' to
-;; `savehist-additional-variables'.
+;; `vertico-repeat-select' commands. If the repeat commands are called
+;; from an existing Vertico minibuffer session, only sessions
+;; corresponding to the current minibuffer command are offered via
+;; completion. It is necessary to register a minibuffer setup hook,
+;; which saves the Vertico state for repetition. In order to save the
+;; history across Emacs sessions, enable `savehist-mode' and add
+;; `vertico-repeat-history' to `savehist-additional-variables'.
 ;;
 ;; (global-set-key "\M-R" #'vertico-repeat)
 ;; (add-hook 'minibuffer-setup-hook #'vertico-repeat-save)



reply via email to

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