From f37f01b5046b510656d0f2ace22168a222f6481a Mon Sep 17 00:00:00 2001 From: Brad Howes Date: Thu, 25 Apr 2024 18:39:02 +0200 Subject: [PATCH] Fix a typo in Introduction to Emacs Lisp (bug#70571). Copyright-paperwork-exempt: yes --- doc/lispintro/emacs-lisp-intro.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index a06822ce539..19777bf8ab7 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi @@ -19428,7 +19428,7 @@ There is more, but that is the hardest part. @appendixsec The @file{ring.el} File @cindex @file{ring.el} file -Interestingly, GNU Emacs posses a file called @file{ring.el} that +Interestingly, GNU Emacs possesses a file called @file{ring.el} that provides many of the features we just discussed. But functions such as @code{kill-ring-yank-pointer} do not use this library, possibly because they were written earlier.