From: Brad Howes Date: Thu, 25 Apr 2024 16:39:02 +0000 (+0200) Subject: Fix a typo in Introduction to Emacs Lisp (bug#70571). X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0e5f79ebe314f150c436c33cec2afb2bddfefc3c;p=emacs.git Fix a typo in Introduction to Emacs Lisp (bug#70571). Copyright-paperwork-exempt: yes (cherry picked from commit f37f01b5046b510656d0f2ace22168a222f6481a) --- diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index 0b9c3e77331..91e3409ce73 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.