summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/ert-x.el
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2021-11-07 12:58:08 +0200
committerBasil L. Contovounesios <contovob@tcd.ie>2021-11-07 12:59:18 +0200
commite9a5084c455e7f62c416a05841a6b51f69dd786b (patch)
tree24e94bdbee7e65941be8d6c8f304fc37c7918959 /lisp/emacs-lisp/ert-x.el
parent35ff4f800b148bb81ec223e76640b79279358f44 (diff)
downloademacs-e9a5084c455e7f62c416a05841a6b51f69dd786b.tar.gz
; Fix some recent typos/thinkos.
Diffstat (limited to 'lisp/emacs-lisp/ert-x.el')
-rw-r--r--lisp/emacs-lisp/ert-x.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/ert-x.el b/lisp/emacs-lisp/ert-x.el
index ffeead4179d..7fc316d1469 100644
--- a/lisp/emacs-lisp/ert-x.el
+++ b/lisp/emacs-lisp/ert-x.el
@@ -386,10 +386,10 @@ directory as returned by `ert-resource-directory'."
`(expand-file-name ,file (ert-resource-directory)))
(defvar ert-temp-file-prefix "emacs-test-"
- "Suffix used by `ert-with-temp-file' and `ert-with-temp-directory'.")
+ "Prefix used by `ert-with-temp-file' and `ert-with-temp-directory'.")
(defvar ert-temp-file-suffix nil
- "Prefix used by `ert-with-temp-file' and `ert-with-temp-directory'.")
+ "Suffix used by `ert-with-temp-file' and `ert-with-temp-directory'.")
(defun ert--with-temp-file-generate-suffix (filename)
"Generate temp file suffix from FILENAME."