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

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

[elpa] externals/posframe 017deece88: Fix typos


From: ELPA Syncer
Subject: [elpa] externals/posframe 017deece88: Fix typos
Date: Fri, 14 Jul 2023 00:58:27 -0400 (EDT)

branch: externals/posframe
commit 017deece88360c7297265680d78a0bb316470716
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: tumashu <tumashu@163.com>

    Fix typos
---
 posframe.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/posframe.el b/posframe.el
index db26dd143b..20b762bddf 100644
--- a/posframe.el
+++ b/posframe.el
@@ -356,7 +356,7 @@ when it is nil or it return nil, child-frame feature will 
be used
 and reference position will be deal with in Emacs.
 
 The user case I know at the moment is let ivy-posframe work well
-in EXWM environment (let posframe show on the other appliction
+in EXWM environment (let posframe show on the other application
 window).
 
          DO NOT USE UNLESS NECESSARY!!!
@@ -885,7 +885,7 @@ of `posframe-show'."
               (t (error "Posframe: have no valid poshandler"))))))
 
 (defun posframe--calculate-new-position (info position ref-position)
-  "Calcuate new position according to INFO, POSITION and REF-POSITION."
+  "Calculate new position according to INFO, POSITION and REF-POSITION."
   (let* ((parent-frame-width (plist-get info :parent-frame-width))
          (parent-frame-height (plist-get info :parent-frame-height))
          (posframe-width (plist-get info :posframe-width))



reply via email to

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