]> git.eshelyaron.com Git - emacs.git/commitdiff
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)
committerEshel Yaron <me@eshelyaron.com>
Mon, 29 Apr 2024 15:05:03 +0000 (17:05 +0200)
Copyright-paperwork-exempt: yes
(cherry picked from commit f37f01b5046b510656d0f2ace22168a222f6481a)

doc/lispintro/emacs-lisp-intro.texi

index 0b9c3e773319308ffca64b4e7524e2592306a5fa..91e3409ce73d59191ae5a2294e75a588f7872ed7 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.