branch: externals/posframe
commit 41cc4def6190f100ba50dca51457c38f4f90dfb1
Merge: 4fc893c3c9 b71d7375c5
Author: tumashu <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #153 from zonuexe/fix/typo
    
    Fix typo `;`
---
 posframe.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/posframe.el b/posframe.el
index f18929099e..802bb03f5e 100644
--- a/posframe.el
+++ b/posframe.el
@@ -212,7 +212,7 @@ position.  Its argument is a plist of the following form:
    :parent-window-width  xxx
    :parent-window-height xxx
    :mouse-x xxx
-   ;mouse-y xxx
+   :mouse-y xxx
    :minibuffer-height xxx
    :mode-line-height  xxx
    :header-line-height xxx

Reply via email to