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