1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-24 19:03:29 +00:00

Fix a typo in Introduction to Emacs Lisp (bug#70571).

Copyright-paperwork-exempt: yes
This commit is contained in:
Brad Howes 2024-04-25 18:39:02 +02:00 committed by Eli Zaretskii
parent d8687fd6cd
commit f37f01b504

View 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.