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-Tag: archive/raspbian/1%29.4+1-4+rpi1~1^2~2^2~17^2~47 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f37f01b5046b510656d0f2ace22168a222f6481a;p=emacs.git Fix a typo in Introduction to Emacs Lisp (bug#70571). Copyright-paperwork-exempt: yes --- 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.