diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-07-06 12:31:01 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-07-06 12:31:38 +0200 |
commit | ef218ac936c3ffe219b57e37e684fd8400389c38 (patch) | |
tree | d644b8be365881edf4ff9719d050c5d1bd445ea2 /lisp/emacs-lisp | |
parent | f65e4c46a3418c7f24f53503feda42e844951997 (diff) | |
download | emacs-ef218ac936c3ffe219b57e37e684fd8400389c38.tar.gz emacs-ef218ac936c3ffe219b57e37e684fd8400389c38.tar.bz2 emacs-ef218ac936c3ffe219b57e37e684fd8400389c38.zip |
; * lisp/emacs-lisp/ert.el: Remove installation instructions.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/ert.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/ert.el b/lisp/emacs-lisp/ert.el index 82722add42a..262d85f9b43 100644 --- a/lisp/emacs-lisp/ert.el +++ b/lisp/emacs-lisp/ert.el @@ -47,8 +47,6 @@ ;; environment (like availability of features, external binaries, etc). ;; ;; See ERT's info manual as well as the docstrings for more details. -;; To compile the manual, run `makeinfo ert.texinfo' in the ERT -;; directory, then C-u M-x info ert.info in Emacs to view it. ;; ;; To see some examples of tests written in ERT, see its self-tests in ;; ert-tests.el. Some of these are tricky due to the bootstrapping |