; Fix some recent typos/thinkos.
This commit is contained in:
parent
35ff4f800b
commit
e9a5084c45
2 changed files with 3 additions and 3 deletions
|
@ -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."
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
(require 'transient)
|
||||
|
||||
(defgroup emoji nil
|
||||
"Inserting Emojist."
|
||||
"Inserting Emojis."
|
||||
:version "29.1"
|
||||
:group 'play)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue