From a79966156633ae1e49e3fef17ff7212c8f35a26f Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 25 Jul 2024 03:35:04 +0200 Subject: Standardize possessive apostrophe usage in manuals, docs, and comments See the note in admin/notes/documentation. Ref: https://lists.gnu.org/r/emacs-devel/2012-02/msg00649.html --- test/lisp/emacs-lisp/ert-x-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/lisp/emacs-lisp/ert-x-tests.el') diff --git a/test/lisp/emacs-lisp/ert-x-tests.el b/test/lisp/emacs-lisp/ert-x-tests.el index 71ccab52834..6833871dad0 100644 --- a/test/lisp/emacs-lisp/ert-x-tests.el +++ b/test/lisp/emacs-lisp/ert-x-tests.el @@ -308,7 +308,7 @@ desired effect." (cl-loop for i below 3 do (message "%s" i))) ;; Uses the implicit messages buffer truncation implemented - ;; in Emacs' C core. + ;; in Emacs's C core. (c (x) (ert-with-buffer-renamed ("*Messages*") (let ((message-log-max x)) -- cgit v1.2.3