summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorPratik Karki <predatoramigo@gmail.com>2017-09-06 01:05:15 +0545
committerGitHub <noreply@github.com>2017-09-06 01:05:15 +0545
commite4496d10d0e4f8fa29410068209be9ac0b152874 (patch)
treee4bed79ebfddfe5da87e01a6f7bd30cb7c430eb9
parent68d9d413736d5d061c1fd21c944d9ee36df0e302 (diff)
parentd8688223c44f3cbf929988b04e35e313034a0d3f (diff)
Merge pull request #2771 from spacegoing/spacegoing_elisp_cn
[elisp/zh-cn] Fix translation
-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
```