summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-07-09 10:54:01 +0200
committerStefan Kangas <stefan@marxist.se>2022-07-09 11:47:52 +0200
commitecb2eccad56518992426500dd8119024ea8288a8 (patch)
treea927f2f1fac478d0e5170dea294a6aa875b12c55 /doc
parentd74dad673b854b011b23853d298c9a8f86d2d6ad (diff)
downloademacs-ecb2eccad56518992426500dd8119024ea8288a8.tar.gz
Improve ert-test-erts-file documentation
* lisp/emacs-lisp/ert.el (ert-test-erts-file): Improve docstring. * doc/misc/ert.texi (erts files): Fix typo.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ert.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/ert.texi b/doc/misc/ert.texi
index 4dccd8edcf0..1b7f38daadf 100644
--- a/doc/misc/ert.texi
+++ b/doc/misc/ert.texi
@@ -822,7 +822,7 @@ that's pretty difficult to read and write, especially when the text in
question is multi-line.
So ert provides a function called @code{ert-test-erts-file} that takes
-two parameters: The name of a specially-formatted @dfn{erts} file, and
+two parameters: the name of a specially-formatted @dfn{erts} file, and
(optionally) a function that performs the transform.
@findex erts-mode