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

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

[elpa] externals/pyim 38efab117f 3/3: * pyim-dcache.el (pyim-dcache-get)


From: ELPA Syncer
Subject: [elpa] externals/pyim 38efab117f 3/3: * pyim-dcache.el (pyim-dcache-get): Fix docstring.
Date: Fri, 10 Jun 2022 05:58:05 -0400 (EDT)

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

    * pyim-dcache.el (pyim-dcache-get): Fix docstring.
---
 pyim-dcache.el | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/pyim-dcache.el b/pyim-dcache.el
index 12946a0fa7..bc0c9dee64 100644
--- a/pyim-dcache.el
+++ b/pyim-dcache.el
@@ -205,17 +205,17 @@ dcache.
 
 * 编码 -> 词条
 1. code2word                     用编码搜索词条
-3. icode2word                    用编码搜索个人词条
-4. ishortcode2word               用简码搜索个人词条
-7. shortcode2word                用简码搜索个人词条
+2. icode2word                    用编码搜索个人词条
+3. ishortcode2word               用简码搜索个人词条
+4. shortcode2word                用简码搜索个人词条
 
 * 词条 -> 编码
-2. word2code                     用词条搜索编码
+1. word2code                     用词条搜索编码
 
 * 词条 -> 词频
-3. iword2count                   用个人词条搜索编码
-4. iword2count-recent-10-words   搜索最近输入10个词的词频
-5. iword2count-recent-50-words   搜索最近输入50个词的词频"
+1. iword2count                   用个人词条搜索编码
+2. iword2count-recent-10-words   搜索最近输入10个词的词频
+3. iword2count-recent-50-words   搜索最近输入50个词的词频"
   nil)
 
 (cl-defmethod pyim-dcache-get :before (_code &optional _from)



reply via email to

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