diff options
author | Brad Howes <bradhowes@mac.com> | 2024-04-25 18:39:02 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2024-04-27 12:43:58 +0300 |
commit | f37f01b5046b510656d0f2ace22168a222f6481a (patch) | |
tree | 89e34acbe790626f1b88ce9f2db54b8fb0c95896 /doc | |
parent | d8687fd6cd807db1c76084a5e2bb214f9b6c9a49 (diff) | |
download | emacs-f37f01b5046b510656d0f2ace22168a222f6481a.tar.gz emacs-f37f01b5046b510656d0f2ace22168a222f6481a.tar.bz2 emacs-f37f01b5046b510656d0f2ace22168a222f6481a.zip |
Fix a typo in Introduction to Emacs Lisp (bug#70571).
Copyright-paperwork-exempt: yes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lispintro/emacs-lisp-intro.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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. |