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

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

[elpa] externals/pyim 45184b228c 4/4: * pyim-candidates.el (pyim-candida


From: ELPA Syncer
Subject: [elpa] externals/pyim 45184b228c 4/4: * pyim-candidates.el (pyim-candidates-jianpin-words): Fix docstring.
Date: Mon, 20 Jun 2022 21:58:02 -0400 (EDT)

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

    * pyim-candidates.el (pyim-candidates-jianpin-words): Fix docstring.
---
 pyim-candidates.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyim-candidates.el b/pyim-candidates.el
index bd1272f27e..ebbab6c318 100644
--- a/pyim-candidates.el
+++ b/pyim-candidates.el
@@ -184,8 +184,8 @@
 (defun pyim-candidates-jianpin-words (imobjs scheme &optional fast-search)
   "获取简拼词语。
 
- 假如输入 \"nih\" ,那么搜索 code 为 \"n-h\" 的词条,然后筛选出所
- 有拼音匹配\"ni-h\" 或者 \"ni[^-]*-h\" 的词条。"
+假如输入 \"nih\" ,那么搜索 code 为 \"n-h\" 的词条,然后筛选出所
+有拼音匹配\"ni-h\" 或者 \"ni[^-]*-h\" 的词条。"
   (when (and pyim-enable-shortcode
              (> (length (car imobjs)) 1))
     (let (jianpin-words)



reply via email to

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