branch: externals/pyim commit 8ca79bf08d60d4b10918421f83aa4549b319ab74 Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@163.com>
pyim-process-plan-to-select-subword-toggle -> pyim-process-plan-to-toggle-select-subword --- pyim-process.el | 2 +- pyim.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyim-process.el b/pyim-process.el index 1620236871..c8f753dde4 100644 --- a/pyim-process.el +++ b/pyim-process.el @@ -632,7 +632,7 @@ imobj 组合构成在一起,构成了 imobjs 这个概念。比如: "预选 candidates 列表中 WORD-POSITION 位置的词条。" (setq pyim-process--word-position word-position)) -(defun pyim-process-plan-to-select-subword-toggle (char-position) +(defun pyim-process-plan-to-toggle-select-subword (char-position) "Toggle 子字符串选择,CHAR-POSITION 是组成字字符串字符的位置。" (if (member char-position pyim-outcome-subword-info) (setq pyim-outcome-subword-info diff --git a/pyim.el b/pyim.el index ce6731d7c0..b820549e74 100644 --- a/pyim.el +++ b/pyim.el @@ -486,7 +486,7 @@ FILE 的格式与 `pyim-dcache-export' 生成的文件格式相同, (defun pyim-select-subword-by-number (&optional n) "以词定字功能。" (interactive) - (pyim-process-plan-to-select-subword-toggle (or n 1)) + (pyim-process-plan-to-toggle-select-subword (or n 1)) (pyim-process-run)) ;; ** 翻页和翻词功能