branch: externals/pyim commit acdf69c8cc0e1f97e9ae0196a889db63c9ef3dc6 Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@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))