update readme

This commit is contained in:
dickmao 2019-11-14 20:10:09 -05:00
parent d4a2034613
commit 0392113dfd
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ README.rst: README.in.rst lisp/ein.el
(describe-minor-mode \"ein:notebook-mode\") \
(with-current-buffer \"*Help*\" (princ (buffer-string))))" 2>/dev/null \
| tools/readme-sed.sh "KEYS NOTEBOOK" README.in.rst "key.*binding" > README.rst0
sed "/CI VERSION/c"`grep -o 'emacs-[0-9][.0-9]*' .travis.yml | sort -n | head -1 | grep -o '[.0-9]*'` README.rst0 > README.rst1
sed "/CI VERSION/c"`grep -o 'emacs-[0-9][.0-9-]*' .travis.yml | sort -n | head -1` README.rst0 > README.rst1
grep ';;' lisp/ein.el \
| awk '/;;;\s*Commentary/{within=1;next}/;;;\s*/{within=0}within' \
| sed -e 's/^\s*;;*\s*//g' \

View file

@ -53,7 +53,7 @@ Alternatively, ob-ein_.
Reporting bugs
--------------
EIN is tested on GNU Emacs versions
25
emacs-25-2
and later.
**Please file issues using** ``M-x ein:dev-bug-report-template``.