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

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

[elpa] externals/vertico 71f085db45 1/2: vertico-suspend: Update comment


From: ELPA Syncer
Subject: [elpa] externals/vertico 71f085db45 1/2: vertico-suspend: Update commentary
Date: Thu, 28 Dec 2023 12:59:09 -0500 (EST)

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

    vertico-suspend: Update commentary
---
 extensions/vertico-suspend.el | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/extensions/vertico-suspend.el b/extensions/vertico-suspend.el
index efccb0aac5..36daafd2d6 100644
--- a/extensions/vertico-suspend.el
+++ b/extensions/vertico-suspend.el
@@ -26,24 +26,24 @@
 
 ;;; Commentary:
 
-;; This package is a Vertico extension, which provides the
-;; `vertico-suspend' command to suspend the current Vertico completion
-;; session.  If `vertico-suspend' is called from within the currently
-;; active Vertico completion minibuffer, the completion session is
-;; suspended.  Otherwise the last session is restored.  It is possible
-;; to suspend multiple nested Vertico sessions.  Note that
-;; `vertico-suspend' requires you to enable recursive minibuffers, see
-;; the variable `enable-recursive-minibuffers'.
+;; This package is a Vertico extension providing the `vertico-suspend'
+;; command to suspend the current Vertico completion session.  If
+;; `vertico-suspend' is called from within the currently active
+;; Vertico minibuffer, the completion session is suspended.  Otherwise
+;; the last session is restored.  It is possible to suspend multiple
+;; nested Vertico sessions.  Note that `vertico-suspend' requires that
+;; recursive minibuffers are enabled by setting the customizable
+;; variable `enable-recursive-minibuffers' to t.
 ;;
 ;; (keymap-global-set "M-S" #'vertico-suspend)
 ;;
 ;; See also the related extension `vertico-repeat', which uses a
 ;; different technique, storing a completion session history.
 ;;
-;; There exists a small issue with `vertico-suspend': The setting
+;; There exists a small issue with `vertico-suspend'. The setting
 ;; `echo-keystrokes' does not work.  Unfortunately this cannot be
 ;; fixed without modifying the C source of Emacs, since Emacs forcibly
-;; disables echo in recursive minibuffers.
+;; disables echo if a minibuffer is active.
 
 ;;; Code:
 



reply via email to

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