; * lisp/emacs-lisp/ert.el: Remove installation instructions.

(cherry picked from commit ef218ac936)
This commit is contained in:
Stefan Kangas 2022-07-06 12:31:01 +02:00
parent 6b5d829d9d
commit f9d01e5047

View file

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