summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/ert.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-07-06 12:31:01 +0200
committerStefan Kangas <stefan@marxist.se>2022-07-06 12:33:42 +0200
commitf9d01e504711676d7c223ad9543256a9d34fde55 (patch)
tree867220420ccf744ad59957a92d435449e339c5b9 /lisp/emacs-lisp/ert.el
parent6b5d829d9dff0fa4bee28434c48c059107ae6c68 (diff)
downloademacs-f9d01e504711676d7c223ad9543256a9d34fde55.tar.gz
emacs-f9d01e504711676d7c223ad9543256a9d34fde55.tar.bz2
emacs-f9d01e504711676d7c223ad9543256a9d34fde55.zip
; * lisp/emacs-lisp/ert.el: Remove installation instructions.
(cherry picked from commit ef218ac936c3ffe219b57e37e684fd8400389c38)
Diffstat (limited to 'lisp/emacs-lisp/ert.el')
-rw-r--r--lisp/emacs-lisp/ert.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/ert.el b/lisp/emacs-lisp/ert.el
index 41180f9914a..156eeadb5db 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