emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 f37f01b5046: Fix a typo in Introduction to Emacs Lisp (bug#7057


From: Eli Zaretskii
Subject: emacs-29 f37f01b5046: Fix a typo in Introduction to Emacs Lisp (bug#70571).
Date: Sat, 27 Apr 2024 05:45:02 -0400 (EDT)

branch: emacs-29
commit f37f01b5046b510656d0f2ace22168a222f6481a
Author: Brad Howes <bradhowes@mac.com>
Commit: Eli Zaretskii <eliz@gnu.org>

    Fix a typo in Introduction to Emacs Lisp (bug#70571).
    
    Copyright-paperwork-exempt: yes
---
 doc/lispintro/emacs-lisp-intro.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]