Commit e13a9b15 authored by Yuanle Song's avatar Yuanle Song
Browse files

minor, update doc

parent b857a960
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
* COMMENT -*- mode: org -*-
#+Date: 2019-10-08
Time-stamp: <2019-10-16>
Time-stamp: <2019-10-23>
#+STARTUP: content
* notes                                                               :entry:
** 2019-04-01 zero.el a Chinese IM framework in emacs; FSM              :doc:
@@ -83,6 +83,9 @@ cd ~/lisp/elisp/zero/
* later                                                               :entry:
* current                                                             :entry:
** 
** 2019-10-23 checkdoc and package-lint can't ignore some non-issues.
I can't run them in git pre-commit hook.
* done                                                                :entry:
** 2019-10-15 make package-lint happy on all el files.
- package-lint doesn't support multi-file package.

@@ -142,7 +145,6 @@ cd ~/lisp/elisp/zero/
  - maybe just add zero.el in master branch and commit it anyway.
  - 

* done                                                                :entry:
** 2019-10-11 move tests to separated files.
otherwise (require 'zero-pinyin) will fail because (require 'ert) is not in
source code.