summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorspacegoing <spacegoing@gmail.com>2017-06-24 11:10:37 +0800
committerspacegoing <spacegoing@gmail.com>2017-06-24 11:10:37 +0800
commitd8688223c44f3cbf929988b04e35e313034a0d3f (patch)
tree1fb5bb45f5311cf9e203b493865140ae628b45e9
parent5b4c74365c4ac07fd2b3ee9f4a95a42664e4f3f5 (diff)
[zh-cn/elisp] Fix transation
The English version has a typo and is fixed by my previous PR This changes Chinese translation accordingly
-rw-r--r--zh-cn/elisp-cn.html.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/zh-cn/elisp-cn.html.markdown b/zh-cn/elisp-cn.html.markdown
index 06f38d77..3f6ccbcf 100644
--- a/zh-cn/elisp-cn.html.markdown
+++ b/zh-cn/elisp-cn.html.markdown
@@ -293,7 +293,7 @@ lang: zh-cn
(hello-to-bonjour)
-;; 给这些名字上个色:
+;; 给这些名字加粗:
(defun boldify-names ()
(switch-to-buffer-other-window "*test*")
@@ -340,5 +340,6 @@ lang: zh-cn
;; - Kevin Montuori
;; - Arne Babenhauserheide
;; - Alan Schmitt
+;; - spacegoing
```