1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-10 00:36:48 +02:00

Merge pull request #2771 from spacegoing/spacegoing_elisp_cn

[elisp/zh-cn] Fix translation
This commit is contained in:
Pratik Karki
2017-09-06 01:05:15 +05:45
committed by GitHub

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
``` ```