branch: externals/pyim commit ed04b984250b8d11f1ad7729f153bed5971760f5 Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@163.com>
Fix docstring warn. --- pyim-punctuation.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyim-punctuation.el b/pyim-punctuation.el index 6507ce41cb..59524fcdf6 100644 --- a/pyim-punctuation.el +++ b/pyim-punctuation.el @@ -193,11 +193,11 @@ If you don't like this function, set the variable to nil") "返回合适的标点符号,PUNCT-LIST 为标点符号列表. 这个函数用于处理成对的全角标点符号,简单来说:如果第一次输入的标 -点是:\"“\"时,那么下一次输入的标点就是\"”\"。 +点是: (\\=“) 时,那么下一次输入的标点就是 (\\=”) 。 PUNCT-LIST 格式类似: - (\",\" \",\") 或者:(\"'\" \"‘\" \"’\") + (\",\" \",\") 或者:(\"\\='\" \"\\=‘\" \"\\=’\") 当 BEFORE 为 t 时,只返回切换之前的结果,这个用来获取切换之前的 标点符号。