Fix a typo in Introduction to Emacs Lisp (bug#70571).
authorBrad Howes <bradhowes@mac.com>
Thu, 25 Apr 2024 16:39:02 +0000 (18:39 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 27 Apr 2024 09:43:58 +0000 (12:43 +0300)
Copyright-paperwork-exempt: yes

doc/lispintro/emacs-lisp-intro.texi

index a06822ce539af1887744a936a6bf1ba7aae229bb..19777bf8ab73dc1082967752594d45963672976a 100644 (file)
@@ -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.