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

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

[elpa] externals/pyim ed04b98425 1/2: Fix docstring warn.


From: ELPA Syncer
Subject: [elpa] externals/pyim ed04b98425 1/2: Fix docstring warn.
Date: Wed, 8 Jun 2022 19:57:49 -0400 (EDT)

branch: externals/pyim
commit ed04b984250b8d11f1ad7729f153bed5971760f5
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@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 时,只返回切换之前的结果,这个用来获取切换之前的
 标点符号。



reply via email to

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