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

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

[elpa] externals/pyim a8c751d147 2/5: * pyim-page.el (pyim-page-style):


From: ELPA Syncer
Subject: [elpa] externals/pyim a8c751d147 2/5: * pyim-page.el (pyim-page-style): improve :type
Date: Thu, 30 Dec 2021 17:57:57 -0500 (EST)

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

    * pyim-page.el (pyim-page-style): improve :type
---
 pyim-page.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/pyim-page.el b/pyim-page.el
index 9cf87ec413..49f9d982b5 100644
--- a/pyim-page.el
+++ b/pyim-page.el
@@ -75,7 +75,10 @@ pyim 内建的有四种选词框格式:
 2. two-lines   双行选词框
 3. vertical    垂直选词框
 4. minibuffer  单行选词框 (minibuffer 中专用)"
-  :type 'symbol)
+  :type '(choice (const two-lines)
+                 (const one-line)
+                 (const vertical)
+                 (const minibuffer)))
 
 (defcustom pyim-page-tooltip-style-alist
   '((minibuffer . minibuffer))



reply via email to

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