branch: externals/pyim
commit befa247061ad8a2064a76e0464af18465e3e05a7
Author: Feng Shu <[email protected]>
Commit: Feng Shu <[email protected]>
* pyim.el (pyim-convert-string-at-point): Fix "noting".
---
pyim.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyim.el b/pyim.el
index a6699d5..4bdf9a3 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 noting."))))))
+ (t (message "Pyim: pyim-convert-string-at-point do nothing."))))))
;; ** 编码反查功能
(defun pyim-search-word-code ()