branch: externals/vertico-posframe
commit 1401c911fc86f40d13783e1b3ca5843d7e6041f0
Author: Feng Shu <tuma...@163.com>
Commit: Feng Shu <tuma...@163.com>

    Fix typo
---
 vertico-posframe.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/vertico-posframe.el b/vertico-posframe.el
index 3a4ca69a67..e4e52f63d0 100644
--- a/vertico-posframe.el
+++ b/vertico-posframe.el
@@ -212,9 +212,9 @@ is called, window-point will be set to WINDOW-POINT."
   (let ((posframe
          ;; Some posframe poshandlers need infos of last-window.
          (with-selected-window (vertico-posframe-last-window)
-           ;; Variable settings in `vertico-multiform-commands' of
-           ;; will save to BUFFER as buffer-local variables, so we
-           ;; need to switch to BUFFER to get settings, for example:
+           ;; Variable settings in `vertico-multiform-commands' will
+           ;; save to BUFFER as buffer-local variables, so we need to
+           ;; switch to BUFFER to get settings, for example:
            ;;
            ;; (setq vertico-multiform-commands
            ;;       '((consult-line

Reply via email to