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

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

[elpa] externals/pyim c982b3fc3f 3/3: pyim-pymap.el update pyim-pymap-*-


From: ELPA Syncer
Subject: [elpa] externals/pyim c982b3fc3f 3/3: pyim-pymap.el update pyim-pymap-*-cache* docstrings.
Date: Fri, 27 May 2022 23:57:52 -0400 (EDT)

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

    pyim-pymap.el update pyim-pymap-*-cache* docstrings.
    
            * pyim-pymap.el (pyim-pymap-py2cchar-cache1)
            (pyim-pymap-py2cchar-cache2, pyim-pymap-py2cchar-cache3, 
pyim-pymap-cchar2py-cache): Update docstring.
---
 pyim-pymap.el | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/pyim-pymap.el b/pyim-pymap.el
index a631702af4..054aa189de 100644
--- a/pyim-pymap.el
+++ b/pyim-pymap.el
@@ -41,16 +41,24 @@
 (require 'pyim-common)
 
 (defvar pyim-pymap-py2cchar-cache1 nil
-  "拼音查汉字功能需要的变量.")
+  "拼音查汉字功能需要的变量.
+
+类似: \"a\" -> (\"阿啊呵腌|嗄吖锕||錒\")")
 
 (defvar pyim-pymap-py2cchar-cache2 nil
-  "拼音查汉字功能需要的变量.")
+  "拼音查汉字功能需要的变量.
+
+类似: \"a\" -> (\"阿\" \"啊\" \"呵\" \"腌\" \"|\" \"嗄\" \"吖\" \"锕\" \"|\" \"|\" 
\"錒\" \"\")")
 
 (defvar pyim-pymap-py2cchar-cache3 nil
-  "拼音查汉字功能需要的变量.")
+  "拼音查汉字功能需要的变量.
+
+类似: \"a\" -> (\"阿啊呵腌|嗄吖锕||錒\" \"爱 ... 溾\" \"厂广安 ... 菴馣\" \"昂盎 ... 軮䇦\" \"奥澳 
... 鴢泑\")")
 
 (defvar pyim-pymap-cchar2py-cache nil
-  "汉字转拼音功能需要的变量.")
+  "汉字转拼音功能需要的变量.
+
+类似: \"艾\" -> (\"yi\" \"ai\")")
 
 (defvar pyim-pymap
   '(("a" "阿啊呵腌|嗄吖锕||錒")



reply via email to

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