]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix some recent typos/thinkos.
authorBasil L. Contovounesios <contovob@tcd.ie>
Sun, 7 Nov 2021 10:58:08 +0000 (12:58 +0200)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sun, 7 Nov 2021 10:59:18 +0000 (12:59 +0200)
lisp/emacs-lisp/ert-x.el
lisp/international/emoji.el

index ffeead4179d9d0ba740b8f941ae2defa0edd52e6..7fc316d1469e934d0ac684fcf6b48c942dab204b 100644 (file)
@@ -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."
index ef63c5c8c6350032785d313e3fd0d5c1c5e5dd1c..bf0f81890ac3d0689bb3b4ce2e8ee5fc196c04c6 100644 (file)
@@ -32,7 +32,7 @@
 (require 'transient)
 
 (defgroup emoji nil
-  "Inserting Emojist."
+  "Inserting Emojis."
   :version "29.1"
   :group 'play)