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

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

[nongnu] elpa/corfu-popup 0effb93594 03/26: Fix typo


From: ELPA Syncer
Subject: [nongnu] elpa/corfu-popup 0effb93594 03/26: Fix typo
Date: Sun, 22 May 2022 12:58:15 -0400 (EDT)

branch: elpa/corfu-popup
commit 0effb93594e612f51b8e2d0bf7b6753a823a2404
Author: Akib Azmain Turja <akib@disroot.org>
Commit: Akib Azmain Turja <akib@disroot.org>

    Fix typo
---
 README.org     | 2 +-
 corfu-popup.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index bed99d797d..34d2d8d476 100644
--- a/README.org
+++ b/README.org
@@ -4,7 +4,7 @@ Corfu uses child frames to display candidates.  This makes Corfu
 unusable on terminal.  This package replaces that with popup/popon,
 which works everywhere.  Use M-x corfu-popup-mode to enable.  You'll
 probably want to enable it only on terminal.  In that case, put the
-following it your init file:
+following in your init file:
 
 #+begin_src emacs-lisp
 (unless (display-graphic-p)
diff --git a/corfu-popup.el b/corfu-popup.el
index cb381061ee..cb9a0f5bd4 100644
--- a/corfu-popup.el
+++ b/corfu-popup.el
@@ -30,7 +30,7 @@
 ;; unusable on terminal.  This package replaces that with popup/popon,
 ;; which works everywhere.  Use M-x corfu-popup-mode to enable.  You'll
 ;; probably want to enable it only on terminal.  In that case, put the
-;; following it your init file:
+;; following in your init file:
 
 ;;   (unless (display-graphic-p)
 ;;     (corfu-popup-mode +1))



reply via email to

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