summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorŠtěpán Němec <stepnem@gmail.com>2021-05-28 11:38:59 +0200
committerŠtěpán Němec <stepnem@gmail.com>2022-05-26 10:29:10 +0200
commita9f17ccce336ad5d384a6271f205a84141980019 (patch)
tree8a10a907576c08f6ce4546ee1925e9f4135b3ff6 /lisp/emacs-lisp
parent86b49d58652a8f59a3489bf15b367ec224e17ae7 (diff)
downloademacs-a9f17ccce336ad5d384a6271f205a84141980019.tar.gz
emacs-a9f17ccce336ad5d384a6271f205a84141980019.tar.bz2
emacs-a9f17ccce336ad5d384a6271f205a84141980019.zip
; Fix some doc typos and minor language issues
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/ert-x.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/ert-x.el b/lisp/emacs-lisp/ert-x.el
index 17967ae2bfc..12534c7c4ce 100644
--- a/lisp/emacs-lisp/ert-x.el
+++ b/lisp/emacs-lisp/ert-x.el
@@ -96,7 +96,7 @@ ERT--THUNK with that buffer as current."
To be used in ERT tests. If BODY finishes successfully, the test
buffer is killed; if there is an error, the test buffer is kept
-around on error for further inspection. Its name is derived from
+around for further inspection. Its name is derived from
the name of the test and the result of NAME-FORM."
(declare (debug ((":name" form) def-body))
(indent 1))