]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/ert.el: Remove installation instructions.
authorStefan Kangas <stefan@marxist.se>
Wed, 6 Jul 2022 10:31:01 +0000 (12:31 +0200)
committerStefan Kangas <stefan@marxist.se>
Wed, 6 Jul 2022 10:33:42 +0000 (12:33 +0200)
(cherry picked from commit ef218ac936c3ffe219b57e37e684fd8400389c38)

lisp/emacs-lisp/ert.el

index 41180f9914ad2950b506ed4434af8e5e262bb56c..156eeadb5dbb08905855809081727ed13f353b7d 100644 (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