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

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

[elpa] externals/pyim acdf69c8cc: * pyim-page.el (pyim-page-show): minib


From: ELPA Syncer
Subject: [elpa] externals/pyim acdf69c8cc: * pyim-page.el (pyim-page-show): minibufer -> minibuffer
Date: Sun, 5 Jun 2022 22:57:47 -0400 (EDT)

branch: externals/pyim
commit acdf69c8cc0e1f97e9ae0196a889db63c9ef3dc6
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    * pyim-page.el (pyim-page-show): minibufer -> minibuffer
---
 pyim-page.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyim-page.el b/pyim-page.el
index 606c7fae8f..adc312fa3c 100644
--- a/pyim-page.el
+++ b/pyim-page.el
@@ -283,7 +283,7 @@ page 的概念,比如,上面的 “nihao” 的 *待选词列表* 就可以
                  :border-width pyim-page-posframe-border-width
                  :border-color (face-attribute 'pyim-page-border :background)))
 
-(cl-defmethod pyim-page-show (string _position (_tooltip (eql minibufer)))
+(cl-defmethod pyim-page-show (string _position (_tooltip (eql minibuffer)))
   "使用 minibuffer 来显示 STRING。"
   (let ((max-mini-window-height (+ pyim-page-length 2))
         (message-log-max nil))



reply via email to

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