File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ when it is nil or it return nil, child-frame feature will be used
356356and reference position will be deal with in Emacs.
357357
358358The user case I know at the moment is let ivy-posframe work well
359- in EXWM environment (let posframe show on the other appliction
359+ in EXWM environment (let posframe show on the other application
360360window).
361361
362362 DO NOT USE UNLESS NECESSARY!!!
@@ -885,7 +885,7 @@ of `posframe-show'."
885885 (t (error " Posframe: have no valid poshandler " ))))))
886886
887887(defun posframe--calculate-new-position (info position ref-position )
888- " Calcuate new position according to INFO, POSITION and REF-POSITION."
888+ " Calculate new position according to INFO, POSITION and REF-POSITION."
889889 (let* ((parent-frame-width (plist-get info :parent-frame-width ))
890890 (parent-frame-height (plist-get info :parent-frame-height ))
891891 (posframe-width (plist-get info :posframe-width ))
You can’t perform that action at this time.
0 commit comments