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

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

[elpa] externals/pyim 016064e7fc 16/41: Update docstring.


From: ELPA Syncer
Subject: [elpa] externals/pyim 016064e7fc 16/41: Update docstring.
Date: Sat, 4 Jun 2022 09:57:46 -0400 (EDT)

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

    Update docstring.
---
 pyim-candidates.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pyim-candidates.el b/pyim-candidates.el
index 74f9021f6f..0c1765ffc7 100644
--- a/pyim-candidates.el
+++ b/pyim-candidates.el
@@ -215,7 +215,7 @@
               fast-search)))
 
 (defun pyim-candidates-jianpin-words (imobjs scheme &optional fast-search)
-  "简拼模式。
+  "获取简拼词语。
 
  假如输入 \"nih\" ,那么搜索 code 为 \"n-h\" 的词条,然后筛选出所
  有拼音匹配\"ni-h\" 或者 \"ni[^-]*-h\" 的词条。"
@@ -246,7 +246,7 @@
       (pyim-zip (nreverse jianpin-words) fast-search))))
 
 (defun pyim-candidates-dcache-words (imobjs scheme &optional fast-search 
ignore-pymap-chars)
-  "获取个人词条,词库词条和第一汉字列表。"
+  "从 dcache 获取个人词条,词库词条和第一汉字列表。"
   (let (personal-words common-words pinyin-chars-1 pinyin-chars-2)
     (dolist (imobj imobjs)
       (let* (;; 个人词条
@@ -281,7 +281,7 @@
     (list personal-words common-words pinyin-chars-1 pinyin-chars-2)))
 
 (defun pyim-candidates-pymap-chars (pinyin)
-  "获取 pymap 表里面的汉字。"
+  "从 pymap 表获取汉字。"
   (mapcar #'char-to-string
           (pyim-zip
            (mapcar (lambda (x)



reply via email to

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