; 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)))
|
`(expand-file-name ,file (ert-resource-directory)))
|
||||||
|
|
||||||
(defvar ert-temp-file-prefix "emacs-test-"
|
(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
|
(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)
|
(defun ert--with-temp-file-generate-suffix (filename)
|
||||||
"Generate temp file suffix from FILENAME."
|
"Generate temp file suffix from FILENAME."
|
||||||
|
|
|
@ -32,7 +32,7 @@
|
||||||
(require 'transient)
|
(require 'transient)
|
||||||
|
|
||||||
(defgroup emoji nil
|
(defgroup emoji nil
|
||||||
"Inserting Emojist."
|
"Inserting Emojis."
|
||||||
:version "29.1"
|
:version "29.1"
|
||||||
:group 'play)
|
:group 'play)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue