branch: externals/pyim
commit 56d7605c5234e853f37097c8d0e3022d212df6aa
Author: Feng Shu <tuma...@163.com>
Commit: Feng Shu <tuma...@163.com>

    * pyim.el (pyim-convert-string-at-point): do -> did.
---
 pyim.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyim.el b/pyim.el
index 4bdf9a3..4682d31 100644
--- a/pyim.el
+++ b/pyim.el
@@ -800,7 +800,7 @@ FILE 的格式与 `pyim-dcache-export' 生成的文件格式相同,
        ;; 当光标前的一个字符是标点符号时,半角/全角切换。
        ((pyim-string-match-p "[[:punct:]:-]" (pyim-char-before-to-string 0))
         (call-interactively 'pyim-punctuation-translate-at-point))
-       (t (message "Pyim: pyim-convert-string-at-point do nothing."))))))
+       (t (message "Pyim: pyim-convert-string-at-point did nothing."))))))
 
 ;; ** 编码反查功能
 (defun pyim-search-word-code ()

Reply via email to