[zh-cn/elisp] Fix transation

The English version has a typo and is fixed by my previous PR
This changes Chinese translation accordingly
This commit is contained in:
spacegoing 2017-06-24 11:10:37 +08:00
parent 5b4c74365c
commit d8688223c4

View File

@ -293,7 +293,7 @@ lang: zh-cn
(hello-to-bonjour) (hello-to-bonjour)
;; 给这些名字上个色: ;; 给这些名字加粗:
(defun boldify-names () (defun boldify-names ()
(switch-to-buffer-other-window "*test*") (switch-to-buffer-other-window "*test*")
@ -340,5 +340,6 @@ lang: zh-cn
;; - Kevin Montuori ;; - Kevin Montuori
;; - Arne Babenhauserheide ;; - Arne Babenhauserheide
;; - Alan Schmitt ;; - Alan Schmitt
;; - spacegoing
``` ```