diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-11-18 13:06:55 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-11-18 13:06:55 +0100 |
commit | f7ee6609ae3b9cbafd48c89bad160b4e17f5b386 (patch) | |
tree | 21e44cafeff132a40994442fba2747e359c3965f /lisp/emacs-lisp/ert.el | |
parent | eeab7b5cada942d973ce3c565069add6b7880261 (diff) | |
download | emacs-f7ee6609ae3b9cbafd48c89bad160b4e17f5b386.tar.gz emacs-f7ee6609ae3b9cbafd48c89bad160b4e17f5b386.tar.bz2 emacs-f7ee6609ae3b9cbafd48c89bad160b4e17f5b386.zip |
; Fix typos (prefer US spelling)
Diffstat (limited to 'lisp/emacs-lisp/ert.el')
-rw-r--r-- | lisp/emacs-lisp/ert.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/ert.el b/lisp/emacs-lisp/ert.el index 047b0069bb9..c25ade22d6f 100644 --- a/lisp/emacs-lisp/ert.el +++ b/lisp/emacs-lisp/ert.el @@ -208,7 +208,7 @@ is run. If a macro (possibly with side effects) is to be tested, it has to be wrapped in `(eval (quote ...))'. If NAME is already defined as a test and Emacs is running -in batch mode, an error is signalled. +in batch mode, an error is signaled. \(fn NAME () [DOCSTRING] [:expected-result RESULT-TYPE] \ [:tags \\='(TAG...)] BODY...)" |